<< Click to Display Table of Contents >> NShape Reference
|
Tests equality of this ControlPointId with the given object.
public override bool Equals(object obj); |
Tests equality of this ControlPointId 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 ControlPointId and the internal value of both the given and this ControlPointId are equal.