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::Spatial::DbGeography ^ other);
public bool Intersects (System.Data.Spatial.DbGeography other);
member this.Intersects : System.Data.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 other forma una intersección con este valor de geografía; de lo contrario, false.

Excepciones

Se aplica a