Share via


KubernetesClusterNodeDetailedStatus.Inequality Operator

Definition

Overriding != operator for enum KubernetesClusterNodeDetailedStatus

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

Parameters

e1
KubernetesClusterNodeDetailedStatus

the value to compare against e2

e2
KubernetesClusterNodeDetailedStatus

the value to compare against e1

Returns

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

Applies to