C# Класс Nexus.Client.Plugins.FilenamePluginComparer

Compares Plugins based on their Plugin.Filenames.
In the constext of this comparer, Plugins are strictly ordered by their ordinally case-insensitive Plugin.Filenames.
Наследование: PluginComparer
Показать файл Открыть проект

Открытые методы

Метод Описание
Compare ( Plugin x, Plugin y ) : int

Compares the given Plugins.

GetHashCode ( Plugin obj ) : int

Gets the hashcode to use for the given Plugin.

Описание методов

Compare() публичный Метод

Compares the given Plugins.
public Compare ( Plugin x, Plugin y ) : int
x Plugin An object to compare to another object.
y Plugin An object to compare to another object.
Результат int

GetHashCode() публичный Метод

Gets the hashcode to use for the given Plugin.
public GetHashCode ( Plugin obj ) : int
obj Plugin The whose hashcode is to be determined.
Результат int