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

應該將幾何值與此幾何值比較以求相等。

傳回

trueother 空間上等於此幾何值;否則 false

例外狀況

適用於