Compartilhar via


SqlSpatialServices.SpatialEquals Método

Definição

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 override bool SpatialEquals (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.SpatialEquals : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides 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 for espacialmente igual a otherGeography; caso contrário, false.

Aplica-se a

SpatialEquals(DbGeometry, DbGeometry)

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

public override bool SpatialEquals (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.SpatialEquals : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides 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 for espacialmente igual a otherGeometry; caso contrário, false.

Aplica-se a