Bagikan melalui


ConnectionState.Equality(ConnectionState, ConnectionState) Operator

Definition

Overriding == operator for enum ConnectionState

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

Parameters

e1
ConnectionState

the value to compare against e2

e2
ConnectionState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to