DbGeometry.Contains(DbGeometry) メソッド

定義

この DbGeometry 値に、指定した DbGeometry 引数が空間的に含まれているかどうかを判断します。

public:
 bool Contains(System::Data::Spatial::DbGeometry ^ other);
public bool Contains(System.Data.Spatial.DbGeometry other);
member this.Contains : System.Data.Spatial.DbGeometry -> bool
Public Function Contains (other As DbGeometry) As Boolean

パラメーター

other
DbGeometry

包含のこのジオメトリ値と比較する必要があるジオメトリ値。

返品

true この geometry 値に otherが含まれている場合は。それ以外の場合は false

例外

適用対象