Compartir a través de


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.Entity.Spatial.DbGeography other);
member this.Disjoint : System.Data.Entity.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 no estar separados.

Devoluciones

true si el otro no está separado de este valor de geografía; en caso contrario, false.

Se aplica a