Compartilhar via


DbGeometry.SpatialEquals(DbGeometry) Método

Definição

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

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

Parâmetros

other
DbGeometry

O valor de geometria que deve ser comparado com esse valor de geometria quanto à igualdade.

Retornos

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

Exceções

Aplica-se a