C# Класс Nexus.Client.Mods.FilenameModComparer

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

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

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

Compares the given IMods.

GetHashCode ( IMod obj ) : int

Gets the hashcode to use for the given IMod.

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

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

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

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

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