DbGeometry.SpatialEquals(DbGeometry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
other