| 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
)
Private Function CompareTo (
obj As Object
) As Integer Implements IComparable.CompareTo
Parameters
- obj
- Type: SystemObject
Object to compare to.
Return Value
Type:
Int32Comparison result.
Implements
IComparableCompareTo(Object)See Also