DbGeography.Intersects(DbGeography) Metodo

Definizione

Determina se questo valore DbGeography interseca in modo 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

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

Valori restituiti

true se other interseca questo valore geografico; in caso contrario false, .

Eccezioni

Si applica a