SqlSpatialServices.SpatialEquals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| SpatialEquals(DbGeography, DbGeography) |
判斷兩個指定的 DbGeography 值是否在空間上相等。 |
| SpatialEquals(DbGeometry, DbGeometry) |
判斷兩個指定的 DbGeometry 值是否在空間上相等。 |
SpatialEquals(DbGeography, DbGeography)
判斷兩個指定的 DbGeography 值是否在空間上相等。
public override bool SpatialEquals(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.SpatialEquals : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides Function SpatialEquals (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
參數
- geographyValue
- DbGeography
要比較是否相等的第一個地理位置值。
- otherGeography
- DbGeography
要比較是否相等的第二個地理位置值。
傳回
如果 geographyValue 的空間等於 otherGeography,則為 true;否則為 false。
適用於
SpatialEquals(DbGeometry, DbGeometry)
判斷兩個指定的 DbGeometry 值是否在空間上相等。
public override bool SpatialEquals(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.SpatialEquals : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function SpatialEquals (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
參數
- geometryValue
- DbGeometry
要比較是否相等的第一個幾何值。
- otherGeometry
- DbGeometry
要比較是否相等的第二個幾何值。
傳回
如果 geometryValue 空間上等於 otherGeometry,則為 true;否則為 false。