DbGeometry.SpatialEquals(DbGeometry) Méthode

Définition

Détermine si cette dbGeometry est spatialement égale à l’argument DbGeometry spécifié.

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

Paramètres

other
DbGeometry

Valeur geometry qui doit être comparée à cette valeur geometry pour l’égalité.

Retours

true si other elle est spatialement égale à cette valeur géométrique ; sinon false.

Exceptions

S’applique à