Compares the current TOraNumber value with the Dest value.
function Compare(Dest: TOraNumber): integer;
Call the Compare method to compare the current TOraNumber value with the Dest value.
Returns a negative value if current number is less than Dest, zero if numbers are equal, and a positive value if the current number is greater than Dest.