Freigeben über


HealthErrorCategory.Inequality Operator

Definition

Overriding != operator for enum HealthErrorCategory

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

Parameters

e1
HealthErrorCategory

the value to compare against e2

e2
HealthErrorCategory

the value to compare against e1

Returns

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

Applies to