Share via


TlsStatus.Equality(TlsStatus, TlsStatus) Operator

Definition

Overriding == operator for enum TlsStatus

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

Parameters

e1
TlsStatus

the value to compare against e2

e2
TlsStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to