ManagedClusterControlPlaneScalingSize.Inequality Operator

Definition

Determines if two ManagedClusterControlPlaneScalingSize values are not the same.

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

Parameters

left
ManagedClusterControlPlaneScalingSize

The left value to compare.

right
ManagedClusterControlPlaneScalingSize

The right value to compare.

Returns

Applies to