DbGeography.SymmetricDifference(DbGeography) 方法

定义

计算此 DbGeography 值和其他 DbGeography 值的对称差异。

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

参数

other
DbGeography

与该值的余集应被计算出来的地理值。

返回

一个新的 DbGeography 值,表示此地理值与其他地理值之间的对称差异。

适用于