Checks if of the two bond atoms is an Hydrogen

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

Syntax

C#
public bool IsHydrogenBond()
Visual Basic (Declaration)
Public Function IsHydrogenBond As Boolean
Visual C++
public:
bool IsHydrogenBond()

Return Value

True if one of the two atom if an Hydrogen

See Also