Share via


BatchLoggingLevel.Inequality(BatchLoggingLevel, BatchLoggingLevel) Operator

Definition

Overriding != operator for enum BatchLoggingLevel

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

Parameters

e1
BatchLoggingLevel

the value to compare against e2

e2
BatchLoggingLevel

the value to compare against e1

Returns

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

Applies to