Bagikan melalui


UpdateTriggerPayloadType.Equality Operator

Definition

Overriding == operator for enum UpdateTriggerPayloadType

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

Parameters

e1
UpdateTriggerPayloadType

the value to compare against e2

e2
UpdateTriggerPayloadType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to