DbGeometry.SpatialEquals(DbGeometry) Método

Definición

Determina si este valor DbGeometry es igual espacialmente que el argumento DbGeometry especificado.

public:
 bool SpatialEquals(System::Data::Spatial::DbGeometry ^ other);
public bool SpatialEquals (System.Data.Spatial.DbGeometry other);
member this.SpatialEquals : System.Data.Spatial.DbGeometry -> bool
Public Function SpatialEquals (other As DbGeometry) As Boolean

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría para ver si son iguales.

Devoluciones

true si other es espacialmente igual al valor de geometría; en caso contrario, false.

Excepciones

Se aplica a