Share via


SslState.Equality(SslState, SslState) Operator

Definition

Overriding == operator for enum SslState

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

Parameters

e1
SslState

the value to compare against e2

e2
SslState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to