DbGeography.Disjoint(DbGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 値。
戻り値
other
がこの geography 値から離れている場合は true
。それ以外の場合は false
。
例外
other
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET