Equals

Equals(object)

public bool Equals(object obj) ;

Description

Determine if the Point2s are equal.

Parameters

Parameter Name Description
obj Object to determine if they are equal

Returns

Returns true if they are equal.

Equals(Point2)

public bool Equals(Point2 other) ;

Description

Determine if the Point2s are equal.

Parameters

Parameter Name Description
other Point2 to determine if they are equal

Returns

Returns true if they are equal.