M_PurpleKingdomGames_Core_Point2D_op_Equality - 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 static bool operator ==(
Point2D point1,
Point2D point2
)
- point1
- Type: PurpleKingdomGames.Core.Point2D
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Equality(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"] - point2
- Type: PurpleKingdomGames.Core.Point2D
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Equality(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"]
Type: Boolean
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Equality(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"]