Dela via


HostType.Equality(HostType, HostType) Operator

Definition

Overriding == operator for enum HostType

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

Parameters

e1
HostType

the value to compare against e2

e2
HostType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to