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