Compartilhar via


DbGeometry.Contains(DbGeometry) Método

Definição

Determina se este valor DbGeometry contém espacialmente o argumento DbGeometry especificado.

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

Parâmetros

other
DbGeometry

O valor de geometria que deve ser comparado com esse valor de geometria quanto a confinamento.

Retornos

true se esse valor de geometria contém other; caso contrário, false.

Exceções

Aplica-se a