InfoObjectCollectionTInfoCompareTo Method |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public int CompareTo(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to compare
Return Value
Type:
Int32Implements
IComparableCompareTo(Object)See Also