TileMatrixSetId.Equality(TileMatrixSetId, TileMatrixSetId) 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 TileMatrixSetId values are the same.
public static bool operator ==(Azure.Analytics.PlanetaryComputer.TileMatrixSetId left, Azure.Analytics.PlanetaryComputer.TileMatrixSetId right);
static member ( = ) : Azure.Analytics.PlanetaryComputer.TileMatrixSetId * Azure.Analytics.PlanetaryComputer.TileMatrixSetId -> bool
Public Shared Operator == (left As TileMatrixSetId, right As TileMatrixSetId) As Boolean
Parameters
- left
- TileMatrixSetId
The left value to compare.
- right
- TileMatrixSetId
The right value to compare.