DbSpatialServices.SpatialEquals メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 2 つの値が空間的に等しいかどうかを判断します。
オーバーロード
| 名前 | 説明 |
|---|---|
| SpatialEquals(DbGeography, DbGeography) |
指定された 2 つの DbGeography 値が空間的に等しいかどうかを判断します。 |
| SpatialEquals(DbGeometry, DbGeometry) |
指定された 2 つの DbGeometry 値が空間的に等しいかどうかを判断します。 |
SpatialEquals(DbGeography, DbGeography)
指定された 2 つの DbGeography 値が空間的に等しいかどうかを判断します。
public:
abstract bool SpatialEquals(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool SpatialEquals(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member SpatialEquals : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function SpatialEquals (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
パラメーター
- geographyValue
- DbGeography
等しいかどうかを比較する最初の geography 値。
- otherGeography
- DbGeography
等しいかどうかを比較する 2 番目の geography 値。
返品
true
geographyValueがotherGeographyと空間的に等しい場合は >。それ以外の場合はfalse。
例外
geographyValue
otherGeography
geographyValue
otherGeography
適用対象
SpatialEquals(DbGeometry, DbGeometry)
指定された 2 つの DbGeometry 値が空間的に等しいかどうかを判断します。
public:
abstract bool SpatialEquals(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool SpatialEquals(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member SpatialEquals : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function SpatialEquals (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
パラメーター
- geometryValue
- DbGeometry
等しいかどうかを比較する最初のジオメトリ値。
- otherGeometry
- DbGeometry
等しいかどうかを比較する 2 番目のジオメトリ値。
返品
true
geometryValueがotherGeometryと空間的に等しい場合は >。それ以外の場合はfalse。
例外
geometryValue
otherGeometry
geometryValue
otherGeometry