共用方式為


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

應該和這個幾何值針對相等做比較的幾何值。

傳回

如果在空間上 other 等於這個幾何值,則為 true,否則為 false

例外狀況

適用於