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)
Syntaxpublic bool SuperstructureOf(
Molecule query
)
Parameters
- query
- Type: Scilligence.MolEngineMolecule
The query molecule
Return Value
Type:
BooleanTrue if it is the super structure of query
See Also