An NDoc Documented Class Library

PathList.Contains Method 

Determines whether a given String is in the PathList.

public virtual bool Contains(
   string item
);

Parameters

item
The String to check for.

Return Value

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

See Also

PathList Class | PathList Members | Genghis Namespace