Example #1
0
 private bool Equals(InstalledProgramItem other)
 {
     return(string.Equals(Name, other.Name));
 }
 private bool Equals(InstalledProgramItem other)
 {
     return string.Equals(Name, other.Name);
 }