Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / op_Equality

CellEquality Operator

Determines whether two Cell instances are equal

Namespace: RogueSharp
Assembly:

Syntax

public static bool operator ==(
    Cell left,
    Cell right
)

Parameters

left

Type: RogueSharpCell
Cell on the left side of the equal sign

right

Type: RogueSharpCell
Cell on the right side of the equal sign

Return Value

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

See Also

Reference

Cell Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated