Compartilhar via


DbGeography.Intersects(DbGeography) Método

Definição

Determina se este valor DbGeography intersecciona espacialmente o 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

O valor de geografia que deve ser comparado com este valor de geografia para interseção.

Retornos

true se other intersecciona esse valor de geografia; caso contrário, false.

Exceções

Aplica-se a