EncryptionScopeState.Inequality Operator

Definition

Determines if two EncryptionScopeState values are not the same.

public static bool operator != (Azure.ResourceManager.Storage.Models.EncryptionScopeState left, Azure.ResourceManager.Storage.Models.EncryptionScopeState right);
static member op_Inequality : Azure.ResourceManager.Storage.Models.EncryptionScopeState * Azure.ResourceManager.Storage.Models.EncryptionScopeState -> bool
Public Shared Operator != (left As EncryptionScopeState, right As EncryptionScopeState) As Boolean

Parameters

Returns

Applies to