Aracılığıyla paylaş


ClusterConnectionStatus.Inequality Operator

Definition

Overriding != operator for enum ClusterConnectionStatus

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

Parameters

e1
ClusterConnectionStatus

the value to compare against e2

e2
ClusterConnectionStatus

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to