Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.Contains Method 

Determines whether a given CommentStmt is in the CommentStmtCollection.

public virtual bool Contains(
   CommentStmt item
);

Parameters

item
The CommentStmt to check for.

Return Value

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

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace