SecretType.Inequality(SecretType, SecretType) Operator

Definition

Overriding != operator for enum SecretType

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

Parameters

e1
SecretType

the value to compare against e2

e2
SecretType

the value to compare against e1

Returns

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

Applies to