Condividi tramite


ContainerInstanceOperatingSystemType.Inequality Operator

Definition

Determines if two ContainerInstanceOperatingSystemType values are not the same.

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

Parameters

Returns

Applies to