LoggingDirections.Inequality(LoggingDirections, LoggingDirections) Operator

Definition

Overriding != operator for enum LoggingDirections

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

Parameters

e1
LoggingDirections

the value to compare against e2

e2
LoggingDirections

the value to compare against e1

Returns

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

Applies to