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