ManagedClusterBastionSku.Inequality Operator

Definition

Determines if two ManagedClusterBastionSku values are not the same.

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