Sdílet prostřednictvím


DbSpatialServices.SpatialEquals Metoda

Definice

Přetížení

SpatialEquals(DbGeography, DbGeography)

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

SpatialEquals(DbGeometry, DbGeometry)

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

SpatialEquals(DbGeography, DbGeography)

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

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

Parametry

geographyValue
DbGeography

První geografická hodnota, která se porovná z hlediska rovnosti.

otherGeography
DbGeography

Druhá geografická hodnota, která se má porovnat z hlediska rovnosti.

Návraty

true Pokud geographyValue je prostorově rovna otherGeography; jinak false.

Výjimky

geographyValue nebootherGeography má hodnotu null.

geographyValue nebootherGeography není kompatibilní s touto implementací prostorových služeb.

Platí pro

SpatialEquals(DbGeometry, DbGeometry)

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

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie, která se porovná z hlediska rovnosti.

otherGeometry
DbGeometry

Druhá hodnota geometrie, která se má porovnat z hlediska rovnosti.

Návraty

True Pokud geometryValue je prostorově rovna otherGeometry; jinak false.

Výjimky

geometryValue nebootherGeometry má hodnotu null.

geometryValue nebootherGeometry není kompatibilní s touto implementací prostorových služeb.

Platí pro