DbSpatialServices.SpatialEquals Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje, zda jsou dvě dané hodnoty prostorově stejné.
Přetížení
SpatialEquals(DbGeography, DbGeography) |
Určuje, zda jsou dvě dané DbGeography hodnoty prostorově stejné. |
SpatialEquals(DbGeometry, DbGeometry) |
Určuje, zda jsou dvě dané DbGeometry hodnoty prostorově stejné. |
SpatialEquals(DbGeography, DbGeography)
Určuje, zda jsou dvě dané DbGeography hodnoty prostorově stejné.
public:
abstract bool SpatialEquals(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool SpatialEquals (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member SpatialEquals : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function SpatialEquals (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Parametry
- geographyValue
- DbGeography
První geografická hodnota, která se má porovnat z hlediska rovnosti.
- otherGeography
- DbGeography
Druhá zeměpisná hodnota, která se má porovnat pro rovnost.
Návraty
true
pokud geographyValue
je prostorově rovna otherGeography
; jinak false
.
Výjimky
geographyValue
otherGeography
geographyValue
otherGeography
Platí pro
SpatialEquals(DbGeometry, DbGeometry)
Určuje, zda jsou dvě dané DbGeometry hodnoty prostorově stejné.
public:
abstract bool SpatialEquals(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool SpatialEquals (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member SpatialEquals : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function SpatialEquals (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parametry
- geometryValue
- DbGeometry
První hodnota geometrie, která se má porovnat z hlediska rovnosti.
- otherGeometry
- DbGeometry
Druhá hodnota geometrie, která se má porovnat pro rovnost.
Návraty
true
pokud geometryValue
je prostorově rovna otherGeometry
; jinak false
.
Výjimky
geometryValue
otherGeometry
geometryValue
otherGeometry