DbGeography.Disjoint(DbGeography) Método

Definição

Determina se esta DbGeografia é espacialmente disjunta do argumento especificado de DbGeografia.

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

Parâmetros

other
DbGeography

O valor geográfico que deve ser comparado com este valor geográfico para a desconexão.

Devoluções

true se other for disjunta deste valor geográfico; caso contrário false.

Exceções

Aplica-se a