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

Returns a value that indicates whether the current instance of System.Web.UI.WebControls.WebParts.PersonalizableAttribute and the specified System.Web.UI.WebControls.WebParts.PersonalizableAttribute have the same PersonalizableAttribute.IsPersonalizable property value.

Syntax

public override bool Match (object obj)

Parameters

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

Returns

true if the two attributes have the same PersonalizableAttribute.IsPersonalizable value; otherwise, false.

Remarks

Use this method to match properties that have the same PersonalizableAttribute.IsPersonalizable value.

Requirements

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