IComparable

Description

interface System.IComparable<T>

Extended by

BuildInformation abstract
DirectX9ParameterInfo sealed
EnumItem sealed
GeoObjectId sealed
GridLine sealed
IBatch
IValidateMessage
Path sealed
TerrainLayer sealed
TinmanModule abstract
ValidatePath sealed
VertexElement sealed

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

Public / Methods

Compare​To


[Pure]
public method CompareTo → (1)

other in : T

The object to compare to.

returns → int32

< 0 : if this object is less than other in,
= 0 : if this object is equal to other in,
> 0 : if this object is greater than other in.

Compares this object with the given one.