Condividi tramite


ConfigServerState.Equality(ConfigServerState, ConfigServerState) Operator

Definition

Overriding == operator for enum ConfigServerState

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

Parameters

e1
ConfigServerState

the value to compare against e2

e2
ConfigServerState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to