LogAnalyticsLogType.Inequality Operator

Definition

Overriding != operator for enum LogAnalyticsLogType

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

Parameters

e1
LogAnalyticsLogType

the value to compare against e2

e2
LogAnalyticsLogType

the value to compare against e1

Returns

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

Applies to