DbSpatialServices.SpatialEquals Methode

Definitie

Bepaalt of de twee opgegeven waarden ruimtelijk gelijk zijn.

Overloads

Name Description
SpatialEquals(DbGeography, DbGeography)

Bepaalt of de twee opgegeven DbGeography waarden ruimtelijk gelijk zijn.

SpatialEquals(DbGeometry, DbGeometry)

Bepaalt of de twee opgegeven DbGeometry waarden ruimtelijk gelijk zijn.

SpatialEquals(DbGeography, DbGeography)

Bepaalt of de twee opgegeven DbGeography waarden ruimtelijk gelijk zijn.

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

Parameters

geographyValue
DbGeography

De eerste geografische waarde die moet worden vergeleken voor gelijkheid.

otherGeography
DbGeography

De tweede geografische waarde die moet worden vergeleken voor gelijkheid.

Retouren

true indien geographyValue ruimtelijk gelijk is aan otherGeography; anders false.

Uitzonderingen

geographyValue otherGeography

geographyValue otherGeography

Van toepassing op

SpatialEquals(DbGeometry, DbGeometry)

Bepaalt of de twee opgegeven DbGeometry waarden ruimtelijk gelijk zijn.

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

Parameters

geometryValue
DbGeometry

De eerste geometriewaarde die moet worden vergeleken voor gelijkheid.

otherGeometry
DbGeometry

De tweede geometriewaarde om te vergelijken voor gelijkheid.

Retouren

true indien geometryValue ruimtelijk gelijk is aan otherGeometry; anders false.

Uitzonderingen

geometryValue otherGeometry

geometryValue otherGeometry

Van toepassing op