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