LanguageNameMatchComparer.Compare method

Compares the specified languages according to how well they match the language with which this LanguageNameMatchComparer was initialized.

public int Compare(LanguageName x, LanguageName y)
parameter description
x The first language to compare.
y The second language to compare.

Return Value

A Int32 that returns the relative order of the two languages.

See Also