다음을 통해 공유


HostType.Equality(HostType, HostType) Operator

Definition

Determines if two HostType values are the same.

public static bool operator == (Azure.ResourceManager.ExtendedLocation.Models.HostType left, Azure.ResourceManager.ExtendedLocation.Models.HostType right);
static member ( = ) : Azure.ResourceManager.ExtendedLocation.Models.HostType * Azure.ResourceManager.ExtendedLocation.Models.HostType -> bool
Public Shared Operator == (left As HostType, right As HostType) As Boolean

Parameters

left
HostType
right
HostType

Returns

Applies to