Share via


ContainerRegistryRunType.Inequality Operator

Definition

Determines if two ContainerRegistryRunType values are not the same.

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

Parameters

Returns

Applies to