Share via


DbGeography.SymmetricDifference(DbGeography) Método

Definición

Calcula la diferencia simétrica de este valor de DbGeography y otro valor de 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

Parámetros

other
DbGeography

Valor de geografía para el que se debe calcular la diferencia simétrica con este valor.

Devoluciones

Nuevo valor de DbGeography que representa la diferencia simétrica entre este valor de geografía y other.

Excepciones

Se aplica a