Click or drag to resize
AbstractObjectCollectionCompareTo 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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare

Return Value

Type: Int32

Implements

IComparableCompareTo(Object)
See Also