Goblin - A Platform for 3D AR and VR Applications

StatementCollection.Contains Method 

Determines whether a given Statement is in the StatementCollection.

public virtual bool Contains(
   Statement item
);

Parameters

item
The Statement to check for.

Return Value

true if item is found in the StatementCollection; otherwise, false.

See Also

StatementCollection Class | DDW.CSharp.Dom Namespace