DbGeography.Disjoint(DbGeography) Methode

Definition

Bestimmt, ob diese DbGeographie mit dem angegebenen DbGeography-Argument in räumlicher Weise getrennt 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 verglichen werden soll, um nicht zusammenhängend zu sein.

Gibt zurück

true wenn other dieser Geografiewert nicht getrennt ist; andernfalls false.

Ausnahmen

Gilt für: