DotNetWikiBot Framework Documentation
Compares pages by titles in language-specific manner. This is required to compare titles in Japanese, Chinese, etc. properly

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

Syntax

C#
public int ComparePagesByTitles(
	Page x,
	Page y
)

Parameters

x
Type: DotNetWikiBot..::..Page
First page.
y
Type: DotNetWikiBot..::..Page
Second page.

Return Value

Type: Int32
Returns 1 if x is greater (alphabetically), -1 if y is greater, 0 if equal.

See Also