DbGeometry.Contains(DbGeometry) Método

Definição

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

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 geométrico que deve ser comparado com este valor geométrico para contenção.

Devoluções

true se este valor geométrico contiver other; caso contrário false.

Exceções

Aplica-se a