Freigeben über


DbGeography.SpatialEquals-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Bestimmt, ob dieses DbGeography mit dem angegebenen DbGeography-Argument räumlich gleich ist.

Namespace:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Function SpatialEquals ( _
    other As DbGeography _
) As Boolean
'Usage
Dim instance As DbGeography 
Dim other As DbGeography 
Dim returnValue As Boolean 

returnValue = instance.SpatialEquals(other)
public bool SpatialEquals(
    DbGeography other
)
public:
bool SpatialEquals(
    DbGeography^ other
)
member SpatialEquals : 
        other:DbGeography -> bool
public function SpatialEquals(
    other : DbGeography
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn other diesem Geografiewert räumlich gleich ist; andernfalls false.

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace