M_PurpleKingdomGames_Core_Point2D_op_Equality - PurpleKingdomGames/CoreLibs GitHub Wiki

Point2D.Equality Operator

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)

Syntax

C#

public static bool operator ==(
	Point2D point1,
	Point2D point2
)

Parameters

 

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)"]

Return Value

Type: Boolean
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Equality(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"]

See Also

Reference

Point2D Structure
PurpleKingdomGames.Core Namespace

⚠️ **GitHub.com Fallback** ⚠️