Compartilhar via


TlsCipherSuites.Equality(TlsCipherSuites, TlsCipherSuites) Operator

Definition

Overriding == operator for enum TlsCipherSuites

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

Parameters

e1
TlsCipherSuites

the value to compare against e2

e2
TlsCipherSuites

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to