Compartir a través de


DbGeography.Intersects(DbGeography) Método

Definición

Determina si este valor DbGeography forma una intersección espacialmente con el argumento DbGeography especificado.

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

Parámetros

other
DbGeography

Valor de geografía que se debe comparar con este valor de geografía para comprobar su intersección.

Devoluciones

true si otros intersectan este valor de geografía; en caso contrario, false.

Se aplica a