Check if this bond exists.

Namespace:  Hyleos.Chemistry
Assembly:  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
)

Parameters

bgn
Type: Hyleos.Chemistry..::.Atom
Start atom
end
Type: Hyleos.Chemistry..::.Atom
End atom

Return Value

true if this bond exists, false otherwise

See Also