Share via


ContainerGroupSku.Inequality(ContainerGroupSku, ContainerGroupSku) Operator

Definition

Determines if two ContainerGroupSku values are not the same.

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

Parameters

Returns

Applies to