Compartilhar 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.Entity.Spatial.DbGeography SymmetricDifference (System.Data.Entity.Spatial.DbGeography other);
member this.SymmetricDifference : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.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 esse valor de geografia e outro.

Aplica-se a