Goblin - A Platform for 3D AR and VR Applications

RankSpecifierCollection.Contains Method 

Determines whether a given RankSpecifier is in the RankSpecifierCollection.

public virtual bool Contains(
   RankSpecifier item
);

Parameters

item
The RankSpecifier to check for.

Return Value

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

See Also

RankSpecifierCollection Class | DDW.CSharp.Dom Namespace