Share via


UsesItemPolicyAttribute.Equals Method

This member overrides Attribute.Equals(Object), and more complete documentation might be available in that topic.

Determines whether the specified object is equal to this UsesItemPolicyAttribute.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
public override function Equals(
    obj : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified object and this UsesItemPolicyAttribute are equal; otherwise, false.

Remarks

Two attributes are identical if they have the same policy.

.NET Framework Security

See Also

Reference

UsesItemPolicyAttribute Class

Microsoft.Windows.Design.Policies Namespace