Exemplo n.º 1
0
 public bool Equals(BranchCommit other)
 {
     return(Equals(Branch, other.Branch) && Equals(Commit, other.Commit));
 }
Exemplo n.º 2
0
 public bool Equals(BranchCommit other)
 {
     return Equals(Branch, other.Branch) && Equals(Commit, other.Commit);
 }