Share via


DbGeography.Disjoint(DbGeography) Método

Definición

Determina si este valor DbGeography no es contiguo espacialmente con el 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 ver si hay desunión.

Devoluciones

true si other no es contiguo a este valor de geografía; si no false.

Excepciones

Se aplica a