Goblin - A Platform for 3D AR and VR Applications

AssemblyReferenceCollection.Contains Method 

Determines whether a given AssemblyReference is in the AssemblyReferenceCollection.

public virtual bool Contains(
   AssemblyReference item
);

Parameters

item
The AssemblyReference to check for.

Return Value

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

See Also

AssemblyReferenceCollection Class | DDW.CSharp.Dom Namespace