Share via


PoolHealthStatus.Inequality(PoolHealthStatus, PoolHealthStatus) Operator

Definition

Overriding != operator for enum PoolHealthStatus

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

Parameters

e1
PoolHealthStatus

the value to compare against e2

e2
PoolHealthStatus

the value to compare against e1

Returns

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

Applies to