KeyType.Inequality(KeyType, KeyType) Operator

Definition

Determines if two KeyType values are different.

public static bool operator != (Azure.Security.KeyVault.Keys.KeyType left, Azure.Security.KeyVault.Keys.KeyType right);
static member op_Inequality : Azure.Security.KeyVault.Keys.KeyType * Azure.Security.KeyVault.Keys.KeyType -> bool
Public Shared Operator != (left As KeyType, right As KeyType) As Boolean

Parameters

left
KeyType

The first KeyType to compare.

right
KeyType

The second KeyType to compare.

Returns

True if left and right are different; otherwise, false.

Applies to