TerrainRegionGetHashCode Method |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract int GetHashCode()
Public MustOverride Function GetHashCode As Integer
public:
virtual int GetHashCode() abstract override
override GetHashCode : unit -> int
Return Value
Type:
Int32
A hash code for the current object.
See Also