ControlState.Equality(ControlState, ControlState) Operator

Definition

Overriding == operator for enum ControlState

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

Parameters

e1
ControlState

the value to compare against e2

e2
ControlState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to