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.Entity.Spatial.DbGeometry other);
member this.SpatialEquals : System.Data.Entity.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 autre est spatialement égal à cette valeur géométrique ; sinon, false.

Exceptions

S’applique à