EntityIdGetHashCode Method |
Returns a hash code for this value.
Namespace:
SampSharp.Entities
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic override int GetHashCode()
Return Value
Type:
Int32
A hash code for this value, suitable for use in hashing algorithms and data structures like a hash table.
See Also