Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.Contains Method 

Determines whether a given IDefinition is in the DefinitionCollection.

public virtual bool Contains(
   IDefinition item
);

Parameters

item
The IDefinition to check for.

Return Value

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

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace