Share via


DbGeography.Disjoint(DbGeography) Methode

Definition

Bestimmt, ob dieses DbGeography vom angegebenen DbGeography-Argument räumlich disjunkt ist.

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

Parameter

other
DbGeography

Der Geografiewert, der mit diesem Geografiewert auf Zusammenhanglosigkeit verglichen werden soll.

Gibt zurück

true, wenn other von diesem Geografiewert getrennt ist; andernfalls false.

Ausnahmen

Gilt für: