Share via


SslConfigStatus.Equality(SslConfigStatus, SslConfigStatus) Operator

Definition

Overriding == operator for enum SslConfigStatus

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

Parameters

e1
SslConfigStatus

the value to compare against e2

e2
SslConfigStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to