DbGeography.Disjoint(DbGeography) Método

Definición

Determina si dbGeography está separado espacialmente del argumento DbGeography especificado.

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

Parámetros

other
DbGeography

Valor de geografía que se debe comparar con este valor de geografía para la desenlazación.

Devoluciones

true es si other no está separado de este valor de geography; en caso contrario false, .

Excepciones

Se aplica a