System.Web.UI.WebControls.WebParts.PersonalizableAttribute.Equals Method

When overridden, returns a Boolean evaluation of the current instance of System.Web.UI.WebControls.WebParts.PersonalizableAttribute and another System.Web.UI.WebControls.WebParts.PersonalizableAttribute instance supplied as a parameter.

Syntax

public override bool Equals (object obj)

Parameters

obj
The System.Web.UI.WebControls.WebParts.PersonalizableAttribute to be compared to the current instance.

Returns

true if the values are equal; otherwise, false.

Remarks

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0