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