DbGeography.SpatialEquals(DbGeography) Método

Definición

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

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

Parámetros

other
DbGeography

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

Devoluciones

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

Excepciones

Se aplica a