AcManager.Tools.Managers.Presets.BuiltInPresetEntry.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( BuiltInPresetEntry other ) : bool
other BuiltInPresetEntry
Результат bool
        protected bool Equals(BuiltInPresetEntry other) {
            return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase);
        }

Same methods

BuiltInPresetEntry::Equals ( ISavedPresetEntry other ) : bool
BuiltInPresetEntry::Equals ( object other ) : bool