AcManager.Tools.Managers.Presets.SavedPresetEntry.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

SavedPresetEntry::Equals ( SavedPresetEntry other ) : bool
SavedPresetEntry::Equals ( object other ) : bool