SecurityProperty.Equals Method (Object)

 

Determines whether two SecurityProperty instances are equal.

Namespace:   System.Web.Security.SingleSignOn.Authorization
Assembly:  System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)

Syntax

public override bool Equals(
    object o
)
public:
virtual bool Equals(
    Object^ o
) override
override Equals : 
        o:Object -> bool
Public Overrides Function Equals (
    o As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the current object is identical to the supplied object; otherwise false.

See Also

SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace

Return to top