次の方法で共有


ClientCertMode.Inequality(ClientCertMode, ClientCertMode) Operator

Definition

Overriding != operator for enum ClientCertMode

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

Parameters

e1
ClientCertMode

the value to compare against e2

e2
ClientCertMode

the value to compare against e1

Returns

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

Applies to