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
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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