Inheritance: FirstFloor.ModernUI.Presentation.Displayable, ISavedPresetEntry, IShortDisplayable
コード例 #1
0
ファイル: SavedPresetEntry.cs プロジェクト: windygu/actools
 protected bool Equals(SavedPresetEntry other)
 {
     return(other != null && string.Equals(VirtualFilename, other.VirtualFilename, StringComparison.OrdinalIgnoreCase));
 }
コード例 #2
0
ファイル: SavedPresetEntry.cs プロジェクト: gro-ove/actools
 protected bool Equals(SavedPresetEntry other) {
     return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase);
 }