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