Check if this bond exists.
Namespace:
Hyleos.ChemistryAssembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public bool ExistsBond( Atom bgn, Atom end ) |
| Visual Basic (Declaration) |
|---|
Public Function ExistsBond ( _ bgn As Atom, _ end As Atom _ ) As Boolean |
| Visual C++ |
|---|
public: bool ExistsBond( Atom^ bgn, Atom^ end ) |