Click or drag to resize

CountryInfoEquals Method

Determines whether current object is equal to the given object.

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
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 current object is equal to the given object.
See Also