次の方法で共有


HostPoolType.Equality(HostPoolType, HostPoolType) Operator

Definition

Overriding == operator for enum HostPoolType

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

Parameters

e1
HostPoolType

the value to compare against e2

e2
HostPoolType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to