<< Click to Display Table of Contents >> NShape Reference
|
Tests equality of two ControlPointId values.
public static bool operator ==(ControlPointId id1, ControlPointId id2); public static bool operator ==(ControlPointId id1, int id2); public static bool operator ==(int id1, ControlPointId 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 ControlPointId value to be compared. |
id2 |
The second ControlPointId value to be compared. |
True if the given values are equal.