Partager via


SqlSpatialServices.SpatialEquals Méthode

Définition

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 override bool SpatialEquals (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.SpatialEquals : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides 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.

S’applique à

SpatialEquals(DbGeometry, DbGeometry)

Détermine si les deux valeurs DbGeometry données sont égales de façon spatiale.

public override bool SpatialEquals (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.SpatialEquals : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides 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.

S’applique à