Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / Equals

CellEquals Method (Cell)

Determines whether two Cell instances are equal

Namespace: RogueSharp
Assembly:

Syntax

protected bool Equals(
    Cell other
)

Parameters

other

Type: RogueSharpCell
The Cell to compare this instance to

Return Value

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

Exceptions

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

See Also

Reference

Cell Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated