GCPoint2.Equality(GCPoint2, GCPoint2) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two GCPoint2 values for equality.
public static bool operator ==(GameController.GCPoint2 l, GameController.GCPoint2 r);
static member ( = ) : GameController.GCPoint2 * GameController.GCPoint2 -> bool
Parameters
- l
- GCPoint2
The left-hand side of the comparison.
- r
- GCPoint2
The right-hand side of the comparison.
Returns
true if l and r are equal, otherwise false.