Click or drag to resize

ShopItemIdentityIComparableCompareTo Method

Compare the current object to the given one.

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

Parameters

obj
Type: SystemObject
Object to compare to.

Return Value

Type: Int32
Comparison result.

Implements

IComparableCompareTo(Object)
See Also