4.1.10.3.5 AttributeStampCompare

 procedure AttributeStampCompare(
   stamp1: AttributeStamp,
   stamp2: AttributeStamp): integer

Informative summary of behavior: The AttributeStampCompare procedure compares two AttributeStamp values, stamp1 and stamp2. If stamp1 is greater than stamp2, the procedure returns an integer with a value greater than 0. If stamp1 is equal to stamp2, the procedure returns 0. If stamp1 is less than stamp2, then the procedure returns an integer value less than 0. Refer to section 5.11 for details on the comparison of AttributeStamps.