Goblin - A Platform for 3D AR and VR Applications

ParamCollection.Contains Method 

Determines whether a given Param is in the ParamCollection.

public virtual bool Contains(
   Param item
);

Parameters

item
The Param to check for.

Return Value

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

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace