Click or drag to resize

ModelBaseIComparableCompareTo Method

Compares the current object with another object of the same type.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
int IComparable.CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
Another object to compare with.

Return Value

Type: Int32
Comparison result.

Implements

IComparableCompareTo(Object)
See Also