次の方法で共有


SqlSpatialServices.SpatialEquals メソッド

定義

オーバーロード

SpatialEquals(DbGeography, DbGeography)

2 つの指定した DbGeography 値が空間的に等しいかどうかを判断します。

SpatialEquals(DbGeometry, DbGeometry)

2 つの指定した DbGeometry 値が空間的に等しいかどうかを判断します。

SpatialEquals(DbGeography, DbGeography)

2 つの指定した 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

等しいかどうかを比較する最初の geography 値。

otherGeography
DbGeography

等しいかどうかを比較する 2 番目の geography 値。

戻り値

geographyValue が otherGeography と空間的に等しい場合は true。それ以外の場合は false。

適用対象

SpatialEquals(DbGeometry, DbGeometry)

2 つの指定した 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

等しいかどうかを比較する最初の geometry 値。

otherGeometry
DbGeometry

等しいかどうかを比較する 2 番目の geometry 値。

戻り値

geometryValue が otherGeometry と空間的に等しい場合は true。それ以外の場合は false。

適用対象