TroubleshootingScenario.Equality Operator

Definition

Overriding == operator for enum TroubleshootingScenario

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

Parameters

e1
TroubleshootingScenario

the value to compare against e2

e2
TroubleshootingScenario

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to