Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / GetHashCode

CellGetHashCode Method

Gets the hash code for this object which can help for quick checks of equality or when inserting this Cell into a hash-based collection such as a Dictionary or Hashtable

Namespace: RogueSharp
Assembly:

Syntax

public override int GetHashCode()

Return Value

Type: Int32
An integer hash used to identify this Cell

See Also

Reference

Cell Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated