PersonalizableAttribute.Equals(Object) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden, returns a Boolean evaluation of the current instance of PersonalizableAttribute and another PersonalizableAttribute instance supplied as a parameter.
public:
 override bool Equals(System::Object ^ obj);public override bool Equals(object obj);override this.Equals : obj -> boolPublic Overrides Function Equals (obj As Object) As BooleanParameters
- obj
- Object
The PersonalizableAttribute to be compared to the current instance.
Returns
true if the values are equal; otherwise, false.
Remarks
Two PersonalizableAttribute instances are considered equal if their IsPersonalizable, Scope, and IsSensitive property settings are the same.