Methods_T_PurpleKingdomGames_Core_Point2D - PurpleKingdomGames/CoreLibs GitHub Wiki
The Point2D type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines if 2 objects are equal (Overrides ValueType.Equals(Object).) | |
Equals(Point2D) | Determines if 2 points are equal by comparing their X and Y values | |
GetHashCode | Identify an object in a hash-based collection (Overrides ValueType.GetHashCode().) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |