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