Compares given objects.
Visual Basic |
---|
Public Function Compare( _ ByVal ObjectVersionDataLeft As ObjectVersion, _ ByVal ObjectVersionDataRight As ObjectVersion _ ) As Long |
If the return value is less than zero, the left object version precedes the right one. If the return value is greater than zero, the right object version precedes the left one. If the return value is zero, the object versions have equal order ranking.