DotNetWikiBot Framework Documentation
This function returns true, if this PageList contains page with the same title and same revision ID with page passed as a parameter. Before comparison this function corrects all namespace prefixes in this PageList and in title of Page passed as a parameter.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public bool Contains(
	Page page
)

Parameters

page
Type: DotNetWikiBot..::..Page
Page object to search for in this PageList.

Return Value

Type: Boolean
Returns bool value.

See Also