Share via


DbGeography.SymmetricDifference(DbGeography) メソッド

定義

この DbGeography 値と別の DbGeography 値の対称差を計算します。

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

パラメーター

other
DbGeography

この値との対称差を計算する必要がある geography 値。

戻り値

この geography 値と other の間の対称差を表す新しい DbGeography 値。

例外

適用対象