TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IComparable in System

Base interface for classes that implement a comparison (less, equal, greater).

interface IComparable with <T>  

Methods

CompareTo

Compares this object with the given one.

[Pure]
method CompareTo (T other)
type int32
params other The object to compare to.
returns < 0 : if this object is less than other,
= 0 : if this object is equal to other,
> 0 : if this object is greater than other.