Click or drag to resize

TerrainCacheTimeStamp.CompareTo Method

Compares this instance with another instance of the same type.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public int CompareTo(
	TerrainCacheTimeStamp other
)

Parameters

other
Type: AGI.Foundation.Terrain.TerrainCacheTimeStamp
An object to compare with this instance.

Return Value

Type: Int32
A value indicating the relative order of the objects being compared. The return value has these meanings:
ValueMeaning
Less than zero This instance is less than other.
Zero This instance is equal to other.
Greater than zero This instance is greater than other.

Implements

IComparable<T>.CompareTo(T)
See Also