DbSpatialServices.SpatialEquals Metoda

Definice

Určuje, zda jsou dvě dané hodnoty prostorově stejné.

Přetížení

Name Description
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í zeměpisná hodnota, která se má porovnat s rovností.

otherGeography
DbGeography

Druhá zeměpisná hodnota, která se má porovnat s rovností.

Návraty

true je-li geographyValue 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 s rovností.

otherGeometry
DbGeometry

Druhá hodnota geometrie, která se má porovnat s rovností.

Návraty

true je-li geometryValue prostorově rovna otherGeometry; jinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro