Click or drag to resize

ModelBaseEquals Method

Determines whether current object instance is equal to another object.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Another object to compare with.

Return Value

Type: Boolean
Value indicating whether current object instance is equal to another object.
See Also