Bagikan melalui


SourceTriggerEvent.Equality(SourceTriggerEvent, SourceTriggerEvent) Operator

Definition

Overriding == operator for enum SourceTriggerEvent

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

Parameters

e1
SourceTriggerEvent

the value to compare against e2

e2
SourceTriggerEvent

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to