Compares the current TOraInterval value with the Dest value.
function Compare(Dest: TOraInterval): integer;
Call the Compare method to compare the current TOraInterval value with Dest value.
Returns negative value if current interval is shorter than Dest, zero if intervals are equal and positive value if current interval is longer than Dest.