Megosztás a következőn keresztül:


EnableStatusEnum.Inequality(EnableStatusEnum, EnableStatusEnum) Operator

Definition

Overriding != operator for enum EnableStatusEnum

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

Parameters

e1
EnableStatusEnum

the value to compare against e2

e2
EnableStatusEnum

the value to compare against e1

Returns

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

Applies to