Share via


DbGeography.Disjoint(DbGeography) Metodo

Definizione

Determina se questo DbGeography è disgiunto dal punto di vista spaziale dall'argomento DbGeography specificato.

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

Parametri

other
DbGeography

Il valore geografico che deve essere confrontato con questo valore geografico per verificare la non contiguità.

Restituisce

true se other è disgiunto dal valore di questa geografia; in caso contrario, false.

Eccezioni

Si applica a