Checks if an Atom is in this fragment

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public bool Contains(
	Atom atom
)
Visual Basic (Declaration)
Public Function Contains ( _
	atom As Atom _
) As Boolean
Visual C++
public:
bool Contains(
	Atom^ atom
)

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
Atom object

Return Value

True if Atom object founded, false otherwise

See Also