BuildMaster SDK Reference
Version:

Contains(string item) Method

Returns a value indicating whether the specified class is present.

Syntax

public virtual bool Contains(string item)

Parameters

item
Type: string

The class.

Returns

True if the class is in the collection; otherwise false.