Share via


ClientCertMode.Equality(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 ( = ) : 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 equal to the same value

Applies to