ClusterConfiguration.Equality Operator

Definition

Overriding == operator for enum ClusterConfiguration

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

Parameters

e1
ClusterConfiguration

the value to compare against e2

e2
ClusterConfiguration

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to