Goblin - A Platform for 3D AR and VR Applications

CatchCollection.Contains Method 

Determines whether a given Catch is in the CatchCollection.

public virtual bool Contains(
   Catch item
);

Parameters

item
The Catch to check for.

Return Value

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

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace