BuildMaster SDK Reference
Version:

Contains(string tag) Method

Returns a value indicating whether the specified tag is contained in the collection.

Syntax

public virtual bool Contains(string tag)

Parameters

tag
Type: string

The tag to find.

Returns

True if tag is contained in the collection; otherwise false.