Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / GetHashCode

RectangleGetHashCode Method

Gets the hash code for this object which can help for quick checks of equality or when inserting this Rectangle 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 Rectangle

See Also

Reference

Rectangle Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated