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(
	int bgn,
	int end
)
Visual Basic (Declaration)
Public Function ExistsBond ( _
	bgn As Integer, _
	end As Integer _
) As Boolean
Visual C++
public:
bool ExistsBond(
	int bgn, 
	int end
)

Parameters

bgn
Type: System..::.Int32
atom index of the start atom
end
Type: System..::.Int32
atom index of the end atom

Return Value

true if this bond exists, false otherwise

See Also