Share via


DnsType.Equality(DnsType, DnsType) Operator

Definition

Overriding == operator for enum DnsType

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

Parameters

e1
DnsType

the value to compare against e2

e2
DnsType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to