コード例 #1
0
ファイル: ControlsPresets.cs プロジェクト: gro-ove/actools
 protected bool Equals(PresetEntry other) {
     return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase);
 }
コード例 #2
0
ファイル: ControlsPresets.cs プロジェクト: WildGenie/actools
 protected bool Equals(PresetEntry other)
 {
     return(other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase));
 }