Bagikan melalui


WebhookStatus.Equality(WebhookStatus, WebhookStatus) Operator

Definition

Overriding == operator for enum WebhookStatus

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

Parameters

e1
WebhookStatus

the value to compare against e2

e2
WebhookStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to