Partager via


DbGeography.SpatialEquals(DbGeography) Méthode

Définition

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

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

Paramètres

other
DbGeography

Valeur géographique qui doit être comparée à cette valeur géographique pour déterminer si elles sont égales.

Retours

true si l’autre est spatialement égal à cette valeur géographique ; sinon, false.

S’applique à