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