次の方法で共有


DbGeography.Disjoint(DbGeography) メソッド

定義

この DbGeography が指定した DbGeography 引数から空間的に離れているかどうかを判断します。

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

パラメーター

other
DbGeography

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

戻り値

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

適用対象