Click or drag to resize

MoleculeSuperstructureOf Method

Test if the molecule is a super structure of the input query

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool SuperstructureOf(
	Molecule query
)

Parameters

query
Type: Scilligence.MolEngineMolecule
The query molecule

Return Value

Type: Boolean
True if it is the super structure of query
See Also