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

应与此地理值进行比较的地理值,以消除不相交。

返回

true 如果 other 与此地理值不相交,则为 ;否则为 false

例外

适用于