JaCIL Framework API

Ordinal.CompareTo Method (Ordinal)

Compares this ordinal to another object.

public int CompareTo(
   Ordinal other
);

Parameters

other
The ordinal to compare.

Return Value

An integer < 0 if this object is less than the other. An integer > 0 if this object is greather than the other. 0 if this object is equal to the other.

See Also

Ordinal Class | JaCIL.Compiler.Instruction Namespace | Ordinal.CompareTo Overload List