DbGeography.Disjoint(DbGeography) メソッド

定義

この DbGeography が、指定した DbGeography 引数と空間的に不整合であるかどうかを判断します。

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

パラメーター

other
DbGeography

不整合のためにこの geography 値と比較する必要がある geography 値。

返品

true otherがこの geography 値と不整合である場合は ɰ。それ以外の場合はfalse

例外

適用対象