ContainerRegistryTaskOS.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two ContainerRegistryTaskOS values are not the same.
public static bool operator !=(Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskOS left, Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskOS right);
static member op_Inequality : Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskOS * Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskOS -> bool
Public Shared Operator != (left As ContainerRegistryTaskOS, right As ContainerRegistryTaskOS) As Boolean
Parameters
The left value to compare.
- right
- ContainerRegistryTaskOS
The right value to compare.