Partager via


DbGeography.Intersects(DbGeography) Méthode

Définition

Détermine si cette valeur DbGeography coupe l'argument DbGeography spécifiée de façon spatiale.

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

Paramètres

other
DbGeography

Valeur géographique qui doit être comparée à cette valeur géographique pour identifier l'intersection.

Retours

true si d’autres croisent cette valeur géographique ; sinon, false.

S’applique à