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