Returns true if this atom is connected to the atom at

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

Syntax

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

Parameters

atom
Type: Hyleos.Chemistry..::.Atom
Description of the Parameter

Return Value

The connected value

See Also