TlsV1.Equality(TlsV1, TlsV1) Operator

Definition

Overriding == operator for enum TlsV1

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

Parameters

e1
TlsV1

the value to compare against e2

e2
TlsV1

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to