Exemplo n.º 1
0
 protected bool Equals(GitUser other)
 {
     return(string.Equals(Username, other.Username));
 }
Exemplo n.º 2
0
 protected bool Equals(GitUser other)
 {
     return(string.Equals(Uuid, other.Uuid));
 }