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