Share via


JsonWebKey.Equals Method (Object)

 

Specifies whether the web key is equal with another object.

Namespace:   Microsoft.Azure.KeyVault.WebKey
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

true if the web key is equal with another object; otherwise, false.

See Also

Equals Overload
JsonWebKey Class
Microsoft.Azure.KeyVault.WebKey Namespace

Return to top