次の方法で共有


DbGeography.SpatialEquals(DbGeography) メソッド

定義

この 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 値。

戻り値

other がこの geography 値と空間的に等しい場合は true。それ以外の場合は false

例外

適用対象