示例#1
0
 public bool Equals(BranchCommit other)
 {
     return(Equals(Branch, other.Branch) && Equals(Commit, other.Commit));
 }
示例#2
0
 public bool Equals(BranchCommit other)
 {
     return Equals(Branch, other.Branch) && Equals(Commit, other.Commit);
 }