Exemple #1
0
 protected bool Equals(Message2 other)
 {
     return(string.Equals(Name, other.Name));
 }