Compartir a través de


SqlSpatialServices.SpatialEquals Método

Definición

Sobrecargas

SpatialEquals(DbGeography, DbGeography)

Determina si los dos valores especificados de DbGeography son iguales espacialmente.

SpatialEquals(DbGeometry, DbGeometry)

Determina si los dos valores especificados de DbGeometry son iguales espacialmente.

SpatialEquals(DbGeography, DbGeography)

Determina si los dos valores especificados de DbGeography son iguales espacialmente.

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

Primer valor de geografía que se va a comparar para ver su equivalencia.

otherGeography
DbGeography

Segundo valor de geografía que se va a comparar para ver su equivalencia.

Devoluciones

true si geographyValue es espacialmente igual a otherGeography; de lo contrario, false.

Se aplica a

SpatialEquals(DbGeometry, DbGeometry)

Determina si los dos valores especificados de DbGeometry son iguales espacialmente.

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

Primer valor de geometría que se va a comparar para ver su equivalencia.

otherGeometry
DbGeometry

Segundo valor de geometría que se va a comparar para ver su equivalencia.

Devoluciones

true si geometryValue es espacialmente igual a otherGeometry; de lo contrario, false.

Se aplica a