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

Equals() public method

public Equals ( ISavedPresetEntry other ) : bool
other ISavedPresetEntry
return bool
        public bool Equals(ISavedPresetEntry other) {
            return other != null && string.Equals(Filename, other.Filename, StringComparison.OrdinalIgnoreCase);
        }

Same methods

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