PublicCloudHostType.Inequality Operator

Definition

Determines if two PublicCloudHostType values are not the same.

public static bool operator !=(Azure.ResourceManager.HybridConnectivity.Models.PublicCloudHostType left, Azure.ResourceManager.HybridConnectivity.Models.PublicCloudHostType right);
static member op_Inequality : 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