DbSpatialServices.SpatialEquals Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Verilen iki değerin uzamsal olarak eşit olup olmadığını belirler.
Aşırı Yüklemeler
SpatialEquals(DbGeography, DbGeography) |
Verilen DbGeography iki değerin uzamsal olarak eşit olup olmadığını belirler. |
SpatialEquals(DbGeometry, DbGeometry) |
Verilen DbGeometry iki değerin uzamsal olarak eşit olup olmadığını belirler. |
SpatialEquals(DbGeography, DbGeography)
Verilen DbGeography iki değerin uzamsal olarak eşit olup olmadığını belirler.
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
Parametreler
- geographyValue
- DbGeography
Eşitlik için karşılaştıracak ilk coğrafya değeri.
- otherGeography
- DbGeography
Eşitlik için karşılaştıracak ikinci coğrafya değeri.
Döndürülenler
true
uzamsal olarak eşitse geographyValue
otherGeography
; değilse false
.
Özel durumlar
geographyValue
otherGeography
geographyValue
otherGeography
Şunlara uygulanır
SpatialEquals(DbGeometry, DbGeometry)
Verilen DbGeometry iki değerin uzamsal olarak eşit olup olmadığını belirler.
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
Parametreler
- geometryValue
- DbGeometry
Eşitlik için karşılaştıracak ilk geometri değeri.
- otherGeometry
- DbGeometry
Eşitlik için karşılaştıracak ikinci geometri değeri.
Döndürülenler
true
uzamsal olarak eşitse geometryValue
otherGeometry
; değilse false
.
Özel durumlar
geometryValue
otherGeometry
geometryValue
otherGeometry