MagicCMS Documentation

MagicKeywordCollection..::..Contains Method

Query if this object contains the given item.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public bool Contains(
	MagicKeyword item
)

Parameters

item
Type: MagicCMS.Core..::..MagicKeyword
The item to add.

Return Value

true if the object is in this collection, false if not.