Partager via


DbGeometry.SpatialEquals(DbGeometry) Méthode

Définition

Détermine si ce DbGeometry est égal à l'argument DbGeometry spécifié de façon spatiale.

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 géométrique qui doit être comparée avec cette valeur géométrique pour déterminer si elles sont égales.

Retours

true si other est égal de façon spatiale à cette valeur géométrique ; sinon false.

Exceptions

S’applique à