DbGeography.Intersects(DbGeography) メソッド

定義

この DbGeography 値が、指定した DbGeography 引数と空間的に交差するかどうかを判断します。

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

パラメーター

other
DbGeography

交差のこの geography 値と比較する必要がある geography 値。

返品

がこの geography 値と交差する場合は a0/&。それ以外の場合は "。

例外

適用対象