Compartilhar via


CustomClaimTransform.Equals Method (Object)

 

Determines whether the specified CustomClaimTransform is equal to the current CustomClaimTransform.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.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 specified CustomClaimTransform is equal to the current CustomClaimTransform; otherwise, false.

See Also

CustomClaimTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top