Exemplo n.º 1
0
 protected bool Equals(WPPersonAsync other)
 {
     return(Age == other.Age && string.Equals(Name, other.Name));
 }
Exemplo n.º 2
0
 protected bool Equals( WPPersonAsync other )
 {
   return Age == other.Age && string.Equals( Name, other.Name );
 }