Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
virtual bool Equals(
	Object^ obj
) override

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:
© 2017 Microsoft