DbGeography.SymmetricDifference Method (DbGeography)

 

Computes the symmetric difference of this DbGeography value and another DbGeography value.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public DbGeography SymmetricDifference(
	DbGeography other
)

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.DbGeography

A new DbGeography value representing the symmetric difference between this geography value and other.