DbGeography.SymmetricDifference Method (DbGeography)
Computes the symmetric difference of this DbGeography value and another DbGeography value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value for which the symmetric difference with this value should be computed.
Return Value
Type: System.Data.Entity.Spatial.DbGeographyA new DbGeography value representing the symmetric difference between this geography value and other.