Compartilhar via


DbGeography.SpatialEquals(DbGeography) Método

Definição

Determina se este DbGeography é espacialmente igual ao argumento DbGeography especificado.

public:
 bool SpatialEquals(System::Data::Spatial::DbGeography ^ other);
public bool SpatialEquals (System.Data.Spatial.DbGeography other);
member this.SpatialEquals : System.Data.Spatial.DbGeography -> bool
Public Function SpatialEquals (other As DbGeography) As Boolean

Parâmetros

other
DbGeography

O valor de geografia que deve ser comparado com este valor de geografia para igualdade.

Retornos

true se other é espacialmente igual a este valor de geografia; caso contrário false.

Exceções

Aplica-se a