Condividi tramite


ClusterConfiguration.Inequality 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 op_Inequality : 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 not equal to the same value

Applies to