ConsoleEnabled.Equality(ConsoleEnabled, ConsoleEnabled) Operator

Definition

Overriding == operator for enum ConsoleEnabled

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

Parameters

e1
ConsoleEnabled

the value to compare against e2

e2
ConsoleEnabled

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to