Check if this atom is bonded to given atom

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

Syntax

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

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
Atom to check

Return Value

Returns true if atoms are bonded, false otherwise

See Also