DbSpatialServices.SpatialEquals Metodo

Definizione

Determina se i due valori specificati sono uguali a livello spaziale.

Overload

Nome Descrizione
SpatialEquals(DbGeography, DbGeography)

Determina se i due valori specificati DbGeography sono uguali a livello spaziale.

SpatialEquals(DbGeometry, DbGeometry)

Determina se i due valori specificati DbGeometry sono uguali a livello spaziale.

SpatialEquals(DbGeography, DbGeography)

Determina se i due valori specificati DbGeography sono uguali a livello 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 da confrontare per verificarne l'uguaglianza.

otherGeography
DbGeography

Secondo valore geografico da confrontare per verificarne l'uguaglianza.

Valori restituiti

true se geographyValue è spazialemente uguale a otherGeography; in caso contrario false, .

Eccezioni

geographyValue otherGeography

geographyValue otherGeography

Si applica a

SpatialEquals(DbGeometry, DbGeometry)

Determina se i due valori specificati DbGeometry sono uguali a livello 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 di geometria da confrontare per verificarne l'uguaglianza.

otherGeometry
DbGeometry

Secondo valore di geometria da confrontare per verificarne l'uguaglianza.

Valori restituiti

true se geometryValue è spazialemente uguale a otherGeometry; in caso contrario false, .

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a