Partilhar via


ConnectionStatus.Equality(ConnectionStatus, ConnectionStatus) Operator

Definition

Overriding == operator for enum ConnectionStatus

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

Parameters

e1
ConnectionStatus

the value to compare against e2

e2
ConnectionStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to