CpuThreshold.Inequality(CpuThreshold, CpuThreshold) Operator

Definition

Overriding != operator for enum CpuThreshold

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

Parameters

e1
CpuThreshold

the value to compare against e2

e2
CpuThreshold

the value to compare against e1

Returns

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

Applies to