Share via


GCPoint2.Equality(GCPoint2, GCPoint2) Operator

Definition

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.

Applies to