共用方式為


DbGeography.Intersects(DbGeography) 方法

定義

判斷這個 DbGeography 值是否在空間上與指定的 DbGeography 引數有交集。

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

參數

other
DbGeography

應該和這個地理位置值針對交集做比較的地理位置值。

傳回

如果其他與這個地理位置值交集,則為 true;否則為 false。

適用於