Compartir a través de


SslPreference.Inequality(SslPreference, SslPreference) Operator

Definition

Overriding != operator for enum SslPreference

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

Parameters

e1
SslPreference

the value to compare against e2

e2
SslPreference

the value to compare against e1

Returns

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

Applies to