Share via


ContainerServiceNetworkPluginMode.Inequality Operator

Definition

Determines if two ContainerServiceNetworkPluginMode values are not the same.

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

Parameters

Returns

Applies to