Example #1
0
 protected bool Equals(AssemblyItem other)
 {
     return Id.Equals(other.Id)
         && string.Equals(FileName, other.FileName);
 }
Example #2
0
 protected bool Equals(AssemblyItem other)
 {
     return(Id.Equals(other.Id) &&
            string.Equals(FileName, other.FileName));
 }