BuildMaster SDK Reference
Version:
Contains(string item) Method
Returns a value indicating whether the item is present.
Syntax
public
virtual
bool Contains(string item)
Parameters
- item
- Type: string
The item.
Returns
True if the item is present; otherwise false.