DbSpatialServices.SpatialEquals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SpatialEquals(DbGeography, DbGeography) |
Détermine si les deux valeurs DbGeography données sont égales de façon spatiale. |
SpatialEquals(DbGeometry, DbGeometry) |
Détermine si les deux valeurs DbGeometry données sont égales de façon spatiale. |
SpatialEquals(DbGeography, DbGeography)
Détermine si les deux valeurs DbGeography données sont égales de façon spatiale.
public abstract bool SpatialEquals (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member SpatialEquals : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public MustOverride Function SpatialEquals (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Paramètres
- geographyValue
- DbGeography
Première valeur géographique dont l'égalité doit être comparée.
- otherGeography
- DbGeography
Deuxième valeur géographique dont l'égalité doit être comparée.
Retours
true si geographyValue est spatialement égal à otherGeography ; sinon, false.
Exceptions
geographyValue
ouotherGeography
a la valeur null.
geographyValue
ouotherGeography
n’est pas compatible avec cette implémentation de services spatiaux.
S’applique à
SpatialEquals(DbGeometry, DbGeometry)
Détermine si les deux valeurs DbGeometry données sont égales de façon spatiale.
public abstract bool SpatialEquals (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member SpatialEquals : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function SpatialEquals (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Paramètres
- geometryValue
- DbGeometry
Première valeur géométrique dont l'égalité doit être comparée.
- otherGeometry
- DbGeometry
Deuxième valeur géométrique dont l'égalité doit être comparée.
Retours
true si geometryValue est spatialement égal à otherGeometry ; sinon, false.
Exceptions
geometryValue
ouotherGeometry
a la valeur null.
geometryValue
ouotherGeometry
n’est pas compatible avec cette implémentation de services spatiaux.