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