Wiki

Clone wiki

RogueSharp / RogueSharp / Point / Equals

PointEquals Method (Point)

Determines whether two Point instances are equal

Namespace: RogueSharp
Assembly:

Syntax

public bool Equals(
    Point other
)

Parameters

other

Type: RogueSharpPoint
The Point to compare this instance to

Return Value

Type: Boolean
True if the instances are equal; False otherwise

Implements

IEquatableTEquals(T)

Exceptions

Exception Condition
NullReferenceException Thrown if .Equals is invoked on null Point

See Also

Reference

Point Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated