DbGeometry.SpatialEquals(DbGeometry) メソッド

定義

この DbGeometry が、指定した DbGeometry 引数と空間的に等しいかどうかを判断します。

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

パラメーター

other
DbGeometry

等価性のためにこのジオメトリ値と比較する必要があるジオメトリ値。

返品

true otherがこのジオメトリ値と空間的に等しい場合は ɦ。それ以外の場合はfalse

例外

適用対象