Bagikan melalui


WebhookAction.Inequality(WebhookAction, WebhookAction) Operator

Definition

Overriding != operator for enum WebhookAction

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

Parameters

e1
WebhookAction

the value to compare against e2

e2
WebhookAction

the value to compare against e1

Returns

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

Applies to