NetIdGetHashCode Method |  |
[This is preliminary documentation and is subject to change.]
Serves as a hash function for a
NetId object.
Namespace:
MLAPI.Data
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override int GetHashCode()
Request Example
View SourceReturn Value
Type:
Int32A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a
hash table.
See Also