ManagedClusterBastionSku.Equality Operator

Definition

Determines if two ManagedClusterBastionSku values are the same.

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

Parameters

left
ManagedClusterBastionSku

The left value to compare.

right
ManagedClusterBastionSku

The right value to compare.

Returns

Applies to