DbGeography.SpatialEquals(DbGeography) Methode

Definition

Bestimmt, ob diese DbGeography-Eigenschaft dem angegebenen DbGeography-Argument entspricht.

public:
 bool SpatialEquals(System::Data::Spatial::DbGeography ^ other);
public bool SpatialEquals(System.Data.Spatial.DbGeography other);
member this.SpatialEquals : System.Data.Spatial.DbGeography -> bool
Public Function SpatialEquals (other As DbGeography) As Boolean

Parameter

other
DbGeography

Der Geografiewert, der mit diesem Geografiewert für Gleichheit verglichen werden soll.

Gibt zurück

true wenn other dieser geografische Wert raummäßig gleich ist; andernfalls false.

Ausnahmen

Gilt für: