Click or drag to resize

ModelBaseIEquatableModelBaseEquals 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
bool IEquatable<ModelBase>.Equals(
	ModelBase other
)

Parameters

other
Type: Dynamicweb.Analytics.ModelModelBase
Another object to compare with.

Return Value

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

Implements

IEquatableTEquals(T)
See Also