Operator <
Purpose
The Operator< function returns TRUE if the object ID of ObjectA is less than the object ID or ObjectB or the version number of ObjectA is less than the version number of ObjectB.
Syntax
bool operator< (const CMetaObjectKey& object)
Usage:
CMetaVersionedObjectKey objectA, objectb:
...
if (objectA < objectB)
//objectid of A is less than objectid of B
else
// objectid of A is not less than objectid of B