Share via


HealthCheckStatus.Inequality(HealthCheckStatus, HealthCheckStatus) Operator

Definition

Overriding != operator for enum HealthCheckStatus

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

Parameters

e1
HealthCheckStatus

the value to compare against e2

e2
HealthCheckStatus

the value to compare against e1

Returns

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

Applies to