DbSpatialServices.SpatialEquals Yöntem

Tanım

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 geographyValueotherGeography; 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 geometryValueotherGeometry; değilse false.

Özel durumlar

geometryValue otherGeometry

geometryValue otherGeometry

Şunlara uygulanır