Wiki

Clone wiki

RogueSharp / RogueSharp / Point / GetHashCode

PointGetHashCode Method

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

See Also

Reference

Point Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated