Compartilhar via


DbSpatialServices.SpatialEquals Método

Definição

Determina se os dois valores fornecidos são espacialmente iguais.

Sobrecargas

SpatialEquals(DbGeography, DbGeography)

Determina se os dois valores DbGeography fornecidos são espacialmente iguais.

SpatialEquals(DbGeometry, DbGeometry)

Determina se os dois valores DbGeometry fornecidos são espacialmente iguais.

SpatialEquals(DbGeography, DbGeography)

Determina se os dois valores DbGeography fornecidos são espacialmente iguais.

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

Parâmetros

geographyValue
DbGeography

O primeiro valor de geografia a ser comparado quanto à igualdade.

otherGeography
DbGeography

O segundo valor de geografia a ser comparado quanto à igualdade.

Retornos

true se geographyValue é espacialmente igual a otherGeography; caso contrário, false.

Exceções

geographyValue otherGeography

geographyValue otherGeography

Aplica-se a

SpatialEquals(DbGeometry, DbGeometry)

Determina se os dois valores DbGeometry fornecidos são espacialmente iguais.

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

Parâmetros

geometryValue
DbGeometry

O primeiro valor de geometria a ser comparado quanto à igualdade.

otherGeometry
DbGeometry

O segundo valor de geometria a ser comparado quanto à igualdade.

Retornos

true se geometryValue é espacialmente igual a otherGeometry; caso contrário, false.

Exceções

geometryValue otherGeometry

geometryValue otherGeometry

Aplica-se a