Goblin - A Platform for 3D AR and VR Applications

CaseCollection.Contains Method 

Determines whether a given Case is in the CaseCollection.

public virtual bool Contains(
   Case item
);

Parameters

item
The Case to check for.

Return Value

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

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace