M_PurpleKingdomGames_Core_Point2D_Equals - PurpleKingdomGames/CoreLibs GitHub Wiki
Determines if 2 points are equal by comparing their X and Y values
Namespace: PurpleKingdomGames.Core
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Equals(
Point2D point
)
- point
- Type: PurpleKingdomGames.Core.Point2D
The point to compare
Type: Boolean
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.Equals(PurpleKingdomGames.Core.Point2D)"]
Point2D Structure
Equals Overload
PurpleKingdomGames.Core Namespace