AcManager.Tools.Managers.Presets.BuiltInPresetEntry.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( BuiltInPresetEntry other ) : bool
other BuiltInPresetEntry
return 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