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^)
.NET Framework (current version)
When overridden, returns a Boolean evaluation of the current instance of PersonalizableAttribute and another PersonalizableAttribute instance supplied as a parameter.
Assembly: System.Web (in System.Web.dll)
Parameters
- obj
-
Type:
System::Object^
The PersonalizableAttribute to be compared to the current instance.
Two PersonalizableAttribute instances are considered equal if their IsPersonalizable, Scope, and IsSensitive property settings are the same.
.NET Framework
Available since 2.0
Available since 2.0
Show: