<< Click to Display Table of Contents >> NShape Reference
|
Tests equality of two TerminalId values.
public static bool operator ==(TerminalId id1, TerminalId id2); public static bool operator ==(TerminalId id1, int id2); public static bool operator ==(int id1, TerminalId id2); public static bool operator ==(int id1, int id2); |
Tests equality of the given values by comparing their internal integer value.
Name |
Description |
---|---|
id1 |
The first TerminalId value to be compared. |
id2 |
The second TerminalId value to be compared. |
True if the given values are equal.