Beispiel #1
0
 public bool Equals(Attribute other)
 {
     return other.NotNull() &&
         this.Name == other.Name &&
         this.Value == other.Value;
 }