示例#1
0
 protected bool Equals(PresetEntry other) {
     return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase);
 }
示例#2
0
 protected bool Equals(PresetEntry other)
 {
     return(other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase));
 }