Click or drag to resize

RingContains Method (Bond)

Test if the ring contains the bond

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool Contains(
	Bond b
)

Parameters

b
Type: Scilligence.MolEngineBond
The bond to be tested

Return Value

Type: Boolean
true if it contains the bond
See Also