Share via


IsDynamicConfig.Inequality(IsDynamicConfig, IsDynamicConfig) Operator

Definition

Overriding != operator for enum IsDynamicConfig

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

Parameters

e1
IsDynamicConfig

the value to compare against e2

e2
IsDynamicConfig

the value to compare against e1

Returns

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

Applies to