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