DbGeography.SpatialEquals(DbGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この DbGeography が、指定した DbGeography 引数と空間的に等しいかどうかを判断します。
public:
bool SpatialEquals(System::Data::Spatial::DbGeography ^ other);
public bool SpatialEquals(System.Data.Spatial.DbGeography other);
member this.SpatialEquals : System.Data.Spatial.DbGeography -> bool
Public Function SpatialEquals (other As DbGeography) As Boolean
パラメーター
- other
- DbGeography
等しい場合にこの geography 値と比較する必要がある geography 値。
返品
true
otherがこの geography 値と空間的に等しい場合は、それ以外の場合はfalse。
例外
other