LegendConfigKind.Equality(LegendConfigKind, LegendConfigKind) Operator

Definition

Determines if two LegendConfigKind values are the same.

public static bool operator ==(Azure.Analytics.PlanetaryComputer.LegendConfigKind left, Azure.Analytics.PlanetaryComputer.LegendConfigKind right);
static member ( = ) : 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