Share via


DbGeography.SymmetricDifference(DbGeography) Método

Definição

Calcula a diferença simétrica entre este valor DbGeography e outro valor 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

O valor de geografia para o qual a diferença simétrica em relação a este valor deve ser calculada.

Retornos

Um novo valor DbGeography que representa a diferença simétrica entre este valor de geografia e other.

Exceções

Aplica-se a