Share via


JsonWebKey.Equals Method (JsonWebKey)

 

Specifies whether the web key is equal with another web key.

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

Syntax

public bool Equals(
    JsonWebKey other
)
public:
bool Equals(
    JsonWebKey^ other
)
member Equals : 
        other:JsonWebKey -> bool
Public Function Equals (
    other As JsonWebKey
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

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

Return to top