Click or drag to resize

CountrySourceCountrySourceDataItemCompareTo Method

Compares the instance of the current object with other object.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public int CompareTo(
	CountrySourceCountrySourceDataItem other
)

Parameters

other
Type: Dynamicweb.Analytics.ModelCountrySourceCountrySourceDataItem
Object to compare with.

Return Value

Type: Int32
Comparison result.

Implements

IComparableTCompareTo(T)
See Also