Condividi tramite


DomainType.Equality(DomainType, DomainType) Operator

Definition

Overriding == operator for enum DomainType

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

Parameters

e1
DomainType

the value to compare against e2

e2
DomainType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to