Share via


DbGeography.Intersects(DbGeography) Metodo

Definizione

Determina se questo valore DbGeography interseca dal punto di vista spaziale l'argomento DbGeography specificato.

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

Parametri

other
DbGeography

Il valore di posizione geografica che deve essere confrontato con il valore di posizione geografica per l'intersezione.

Restituisce

true se other interseca il valore di questa geografia; in caso contrario, false.

Eccezioni

Si applica a