DbGeography.SpatialEquals(DbGeography) Metodo

Definizione

Determina se DbGeography è uguale a livello spaziale all'argomento DbGeography specificato.

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

Parametri

other
DbGeography

Valore geografico da confrontare con questo valore geografico per l'uguaglianza.

Valori restituiti

true se other è uguale a questo valore geografico; in caso contrario false, .

Eccezioni

Si applica a