Share via


LoggingDetails.Inequality(LoggingDetails, LoggingDetails) Operator

Definition

Overriding != operator for enum LoggingDetails

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

Parameters

e1
LoggingDetails

the value to compare against e2

e2
LoggingDetails

the value to compare against e1

Returns

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

Applies to