ContainerRegistryNetworkRuleBypassOption.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 ContainerRegistryNetworkRuleBypassOption values are not the same.
public static bool operator != (Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption left, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption right);
static member op_Inequality : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption -> bool
Public Shared Operator != (left As ContainerRegistryNetworkRuleBypassOption, right As ContainerRegistryNetworkRuleBypassOption) As Boolean