DbSpatialServices.SpatialEquals Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se i due valori specificati si equivalgono dal punto di vista spaziale.
Overload
SpatialEquals(DbGeography, DbGeography) |
Determina se i due valori DbGeography specificati si equivalgono dal punto di vista spaziale. |
SpatialEquals(DbGeometry, DbGeometry) |
Determina se i due valori DbGeometry specificati si equivalgono dal punto di vista spaziale. |
SpatialEquals(DbGeography, DbGeography)
Determina se i due valori DbGeography specificati si equivalgono dal punto di vista spaziale.
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
Parametri
- geographyValue
- DbGeography
Primo valore geografico di cui verificare l'uguaglianza tramite confronto.
- otherGeography
- DbGeography
Secondo valore geografico di cui verificare l'uguaglianza tramite confronto.
Restituisce
true
se geographyValue
non è uguale dal punto di vista dello spazio a otherGeography
; in caso contrario, false
.
Eccezioni
geographyValue
otherGeography
geographyValue
otherGeography
Si applica a
SpatialEquals(DbGeometry, DbGeometry)
Determina se i due valori DbGeometry specificati si equivalgono dal punto di vista spaziale.
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
Parametri
- geometryValue
- DbGeometry
Primo valore geometrico di cui verificare l'uguaglianza tramite confronto.
- otherGeometry
- DbGeometry
Secondo valore geometrico di cui verificare l'uguaglianza tramite confronto.
Restituisce
true
se geometryValue
non è uguale dal punto di vista dello spazio a otherGeometry
; in caso contrario, false
.
Eccezioni
geometryValue
otherGeometry
geometryValue
otherGeometry