Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.Contains Method 

Determines whether a given Expression is in the ExpressionCollection.

public virtual bool Contains(
   Expression item
);

Parameters

item
The Expression to check for.

Return Value

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

See Also

ExpressionCollection Class | DDW.CSharp.Dom Namespace