Equality Operator
Equality(Int32Point, Int32Point)
Compares two Int32Point objects. The result specifies whether the values of the X and Y properties of the two Int32Point objects are equal.
Declaration
public static bool operator ==(Int32Point left, Int32Point right)
Parameters
Type | Name | Description |
---|---|---|
Int32Point | left | |
Int32Point | right |
Returns
Type | Description |
---|---|
System.Boolean |