PublicCloudHostType.Equality(PublicCloudHostType, PublicCloudHostType) Operator

Definition

Determines if two PublicCloudHostType values are the same.

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

Parameters

left
PublicCloudHostType

The left value to compare.

right
PublicCloudHostType

The right value to compare.

Returns

Applies to