ManagedClusterControlPlaneScalingSize.Equality Operator

Definition

Determines if two ManagedClusterControlPlaneScalingSize values are the same.

public static bool operator ==(Azure.ResourceManager.ContainerService.Models.ManagedClusterControlPlaneScalingSize left, Azure.ResourceManager.ContainerService.Models.ManagedClusterControlPlaneScalingSize right);
static member ( = ) : 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