LanguageNameMatchComparer class

Compares two LanguageName objects according to how well they each match a base language.

public sealed class LanguageNameMatchComparer : IComparer<LanguageName>

Public Members

name description
LanguageNameMatchComparer(…) Initializes a new instance of the LanguageNameMatchComparer class.
Compare(…) Compares the specified languages according to how well they match the language with which this LanguageNameMatchComparer was initialized.

See Also