Поделиться через


DbSpatialServices.SpatialEquals - метод (DbGeography, DbGeography)

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Определяет, являются ли два заданных значения DbGeography пространственно равными.

Пространство имен:  System.Data.Entity.Spatial
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
Public MustOverride Function SpatialEquals ( _
    geographyValue As DbGeography, _
    otherGeography As DbGeography _
) As Boolean
'Применение
Dim instance As DbSpatialServices 
Dim geographyValue As DbGeography 
Dim otherGeography As DbGeography 
Dim returnValue As Boolean 

returnValue = instance.SpatialEquals(geographyValue, _
    otherGeography)
public abstract bool SpatialEquals(
    DbGeography geographyValue,
    DbGeography otherGeography
)
public:
virtual bool SpatialEquals(
    DbGeography^ geographyValue, 
    DbGeography^ otherGeography
) abstract
abstract SpatialEquals : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> bool
public abstract function SpatialEquals(
    geographyValue : DbGeography, 
    otherGeography : DbGeography
) : boolean

Параметры

Возвращаемое значение

Тип: System.Boolean
Значение true, если geographyValue пространственно равно otherGeography; в противном случае — значение false.

Исключения

Исключение Условие
ArgumentNullException

Значение geographyValue или otherGeography равно null.

ArgumentException

Значение geographyValue или otherGeography несовместимо с этой реализацией пространственных служб.

См. также

Справочник

DbSpatialServices Класс

SpatialEquals - перегрузка

System.Data.Entity.Spatial - пространство имен