ImageAreaBaseEquals Method

This is overridden to allow proper comparison of image area objects

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to which this instance is compared.

Return Value

Boolean
Returns true if the object equals this instance, false if it does not

See Also