M-Files API 23.11.13135.0
Compare Method
IObjectFileComparer Interface : Compare Method
Description
Compares given objects.
Syntax
Visual Basic
Public Function Compare( _
   ByVal FileLeft As ObjectFile, _
   ByVal FileRight As ObjectFile _
) As Long
Parameters
FileLeft
FileRight
Return Type

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. 

See Also

IObjectFileComparer Interface  | IObjectFileComparer Members