HeroStats Libraries
HeroData.GetHashCode Method 

[This is preliminary documentation and subject to change.]

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();

Return Value

A hash value for the current HeroData object

See Also

HeroData Class | CityOfHeroes Namespace