DbGeography.Intersects(DbGeography) Yöntem

Tanım

Bu DbGeography değerinin belirtilen DbGeography bağımsız değişkeniyle uzamsal olarak kesişip kesişmediğini belirler.

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

Parametreler

other
DbGeography

Kesişim için bu coğrafya değeriyle karşılaştırılması gereken coğrafya değeri.

Döndürülenler

true bu other coğrafya değeriyle kesişiyorsa; değilse false.

Özel durumlar

Şunlara uygulanır