共用方式為


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

應該和這個地理位置值針對相等做比較的地理位置值。

傳回

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

例外狀況

適用於