Share 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::Spatial::DbGeography ^ other);
public bool SpatialEquals (System.Data.Spatial.DbGeography other);
member this.SpatialEquals : System.Data.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 other est égal de façon spatiale à cette valeur géographique ; sinon false.

Exceptions

S’applique à