PersonalizableAttribute.Equals Method (Object)

 

When overridden, returns a Boolean evaluation of the current instance of PersonalizableAttribute and another PersonalizableAttribute instance supplied as a parameter.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

The PersonalizableAttribute to be compared to the current instance.

Return Value

Type: System.Boolean

true if the values are equal; otherwise, false.

Two PersonalizableAttribute instances are considered equal if their IsPersonalizable, Scope, and IsSensitive property settings are the same.

.NET Framework
Available since 2.0
Return to top
Show: