Click or drag to resize

ABSetContains Method

Test if it contains a atom/bond object

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public virtual bool Contains(
	BaseObj obj
)

Parameters

obj
Type: Scilligence.MolEngineBaseObj
The atom/bond object to be tested

Return Value

Type: Boolean
True if it contains that object
See Also