다음을 통해 공유


LogLevel.Inequality(LogLevel, LogLevel) Operator

Definition

Overriding != operator for enum LogLevel

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

Parameters

e1
LogLevel

the value to compare against e2

e2
LogLevel

the value to compare against e1

Returns

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

Applies to