共用方式為


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 值,表示這個地理值與其他地理值之間的對稱差異。

適用於