Condividi tramite


PodIPAllocationMode.Inequality Operator

Definition

Determines if two PodIPAllocationMode values are not the same.

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

Parameters

left
PodIPAllocationMode

The left value to compare.

right
PodIPAllocationMode

The right value to compare.

Returns

Applies to