Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.Contains Method 

Determines whether a given ExpressionRoot is in the ExpressionRootCollection.

public virtual bool Contains(
   ExpressionRoot item
);

Parameters

item
The ExpressionRoot to check for.

Return Value

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

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace