Click or drag to resize

ContentItemEquals 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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare with.

Return Value

Type: Boolean
Value indicating whether the current object is equal to the given one.
See Also