TerrainCacheTimeStamp Structure |
Namespace: AGI.Foundation.Terrain
The TerrainCacheTimeStamp type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this instance with another instance of the same type.
| |
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(TerrainCacheTimeStamp) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns if the two instances are exactly equal.
| |
| GreaterThan |
Returns if left is greater than right.
| |
| GreaterThanOrEqual |
Returns if left is greater than or equal to right.
| |
| Inequality |
Returns if the two instances are not exactly equal.
| |
| LessThan |
Returns if left is less than right.
| |
| LessThanOrEqual |
Returns if left is less than or equal to right.
|