Share via


PeeringState.Equality(PeeringState, PeeringState) Operator

Definition

Overriding == operator for enum PeeringState

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

Parameters

e1
PeeringState

the value to compare against e2

e2
PeeringState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to