Click or drag to resize

MoleculeEqualsTo Method

Test if this molecule is topologically identical to the query molecule

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

Parameters

query
Type: Scilligence.MolEngineMolecule
The query molecule

Return Value

Type: Boolean
True if they are topological identical
See Also