<< Click to Display Table of Contents >> NShape Reference
|
Tests equality of this TerminalId with the given TerminalId.
public override bool Equals(object obj); |
Tests equality of this TerminalId with the given object by comparing the System.Type and the internal integer value.
Name |
Description |
---|---|
obj |
The object to be compared. |
True if the given object is a TerminalId and the internal value of both the given and this TerminalId are equal.