Compares two LanguageName objects according to how well they each match a base language.
public sealed class LanguageNameMatchComparer : IComparer<LanguageName>
| 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. |