operator ==

operator ==(Point2, Point2)

public static bool operator ==(Point2 a, Point2 b) ;

Description

Returns true if the Point2s are equal.

Parameters

Parameter Name Description
a Point2 to determine if they are equal
b Point2 to determine if they are equal

Returns

Returns true if the Point2s are equal.