| CountryInfoIComparableCompareTo Method |
Compares the instance of the current object with other object.
Namespace:
Dynamicweb.Analytics.Leads.LeadsStatistic
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:
Int32Comparison result.
Implements
IComparableCompareTo(Object)See Also