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
- other
Typ: System.Data.Entity.Spatial.DbGeography
Der Geografiewert, der mit diesem Geografiewert im Hinblick auf Gleichheit verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn other diesem Geografiewert räumlich gleich ist; andernfalls false.