Wiki

Clone wiki

RogueSharp / RogueSharp / Point / op_Equality

PointEquality Operator

Determines whether two Point instances are equal

Namespace: RogueSharp
Assembly:

Syntax

public static bool operator ==(
    Point a,
    Point b
)

Parameters

a

Type: RogueSharpPoint
Point on the left side of the equal sign

b

Type: RogueSharpPoint
Point on the right side of the equal sign

Return Value

Type: Boolean
True if a and b are equal; False otherwise

See Also

Reference

Point Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated