Click or drag to resize

ContentItemCompareTo 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
public int CompareTo(
	ContentItem other
)

Parameters

other
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
Object to compare with.

Return Value

Type: Int32
Value indicating whether the current object is equal to the given one.

Implements

IComparableTCompareTo(T)
See Also