Click or drag to resize

RingContains Method (Atom)

Test if the ring contains the atom

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

Parameters

a
Type: Scilligence.MolEngineAtom
The atom to be tested

Return Value

Type: Boolean
true if it contains the atom
See Also