Goblin - A Platform for 3D AR and VR Applications

ImportCollection.Contains Method 

Determines whether a given Import is in the ImportCollection.

public virtual bool Contains(
   Import item
);

Parameters

item
The Import to check for.

Return Value

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

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace