Exemplo n.º 1
0
 public bool Equals(LocalUser other)
 {
     return((object)other != null && Id == other.Id);
 }