Inheritance: FirstFloor.ModernUI.Presentation.Displayable, ISavedPresetEntry
 protected bool Equals(BuiltInPresetEntry other)
 {
     return(other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase));
 }
Beispiel #2
0
 protected bool Equals(BuiltInPresetEntry other) {
     return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase);
 }