GCPoint2.Equals Method
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.
Overloads
| Name | Description |
|---|---|
| Equals(GCPoint2) |
Specifies whether this GCPoint2 contains the same coordinates as the specified GCPoint2. |
| Equals(Object) |
Specifies whether this GCPoint2 contains the same coordinates as the specified Object. |
Equals(GCPoint2)
public bool Equals(GameController.GCPoint2 point);
override this.Equals : GameController.GCPoint2 -> bool
Parameters
Returns
true if point has the same coordinates as this point, otherwise false.
Implements
Applies to
Equals(Object)
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Parameters
Returns
true if obj is a GCPoint2 with the same coordinates as this point, otherwise false.