DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns 1 if x is greater (alphabetically), -1 if y is greater, 0 if equal.
Compares pages by titles in language-specific manner. This is required to
compare titles in Japanese, Chinese, etc. properly
Namespace: DotNetWikiBotAssembly: 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: Int32Returns 1 if x is greater (alphabetically), -1 if y is greater, 0 if equal.