Share via


EncryptionState.Inequality(EncryptionState, EncryptionState) Operator

Definition

Overriding != operator for enum EncryptionState

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState e1, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState -> bool
Public Shared Operator != (e1 As EncryptionState, e2 As EncryptionState) As Boolean

Parameters

e1
EncryptionState

the value to compare against e2

e2
EncryptionState

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to