private bool Equals(InstalledProgramItem other) { return(string.Equals(Name, other.Name)); }
private bool Equals(InstalledProgramItem other) { return string.Equals(Name, other.Name); }