ColorMapNames.Equality(ColorMapNames, ColorMapNames) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two ColorMapNames values are the same.
public static bool operator ==(Azure.Analytics.PlanetaryComputer.ColorMapNames left, Azure.Analytics.PlanetaryComputer.ColorMapNames right);
static member ( = ) : Azure.Analytics.PlanetaryComputer.ColorMapNames * Azure.Analytics.PlanetaryComputer.ColorMapNames -> bool
Public Shared Operator == (left As ColorMapNames, right As ColorMapNames) As Boolean
Parameters
- left
- ColorMapNames
The left value to compare.
- right
- ColorMapNames
The right value to compare.