次の方法で共有


TriggerStatus.Inequality(TriggerStatus, TriggerStatus) Operator

Definition

Overriding != operator for enum TriggerStatus

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

Parameters

e1
TriggerStatus

the value to compare against e2

e2
TriggerStatus

the value to compare against e1

Returns

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

Applies to