Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / Equals_1

CellEquals Method (Object)

Determines whether two Cell instances are equal

Namespace: RogueSharp
Assembly:

Syntax

public override bool Equals(
    Object obj
)

Parameters

obj

Type: SystemObject
The Object 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