LegendConfigKind.Inequality(LegendConfigKind, LegendConfigKind) Operator

Definition

Determines if two LegendConfigKind values are not the same.

public static bool operator !=(Azure.Analytics.PlanetaryComputer.LegendConfigKind left, Azure.Analytics.PlanetaryComputer.LegendConfigKind right);
static member op_Inequality : Azure.Analytics.PlanetaryComputer.LegendConfigKind * Azure.Analytics.PlanetaryComputer.LegendConfigKind -> bool
Public Shared Operator != (left As LegendConfigKind, right As LegendConfigKind) As Boolean

Parameters

left
LegendConfigKind

The left value to compare.

right
LegendConfigKind

The right value to compare.

Returns

Applies to