| ContentItemIComparableCompareTo Method |
Determines whether the current object is equal to the given one.
Namespace:
Dynamicweb.Analytics.Profiles.Integration
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 with.
Return Value
Type:
Int32Value indicating whether the current object is equal to the given one.
Implements
IComparableCompareTo(Object)See Also