Exemplo n.º 1
0
 public bool HasSamePropertiesAs(Band other)
 {
     return(
         this.Id == other.Id &&
         this.Name == other.Name);
 }