PerformanceTier.Inequality(PerformanceTier, PerformanceTier) Operator

Definition

Determines if two PerformanceTier values are not the same.

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

Parameters

left
PerformanceTier

The left value to compare.

right
PerformanceTier

The right value to compare.

Returns

Applies to