DbGeometry.SpatialEquals(DbGeometry) Metodo

Definizione

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

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

Parametri

other
DbGeometry

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

Valori restituiti

true se other è spazialemente uguale a questo valore di geometria; in caso contrario false, .

Eccezioni

Si applica a