Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.Contains Method 

Determines whether a given Scope is in the ScopeCollection.

public virtual bool Contains(
   Scope item
);

Parameters

item
The Scope to check for.

Return Value

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

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace