Partager via


DbGeography.Disjoint(DbGeography) Méthode

Définition

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

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

Paramètres

other
DbGeography

Valeur geography qui doit être comparée à cette valeur geography pour la disjointité.

Retours

true si l’autre est disjoint de cette valeur géographique; sinon, false.

S’applique à