Skip to content

M_PurpleKingdomGames_Core_Point2D_Equals

David North edited this page Jul 31, 2015 · 2 revisions

Point2D.Equals Method (Point2D)

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 bool Equals(
	Point2D point
)

Parameters

 

point
Type: PurpleKingdomGames.Core.Point2D
The point to compare

Return Value

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

See Also

Reference

Point2D Structure
Equals Overload
PurpleKingdomGames.Core Namespace

Clone this wiki locally