Esempio n. 1
0
 public bool Equals(GitBranchTreeData other)
 {
     return(GitBranch.Equals(other.GitBranch));
 }
Esempio n. 2
0
 public bool Equals(GitBranchTreeData other)
 {
     return(GitBranch.Equals(other.GitBranch) && IsActive == other.IsActive);
 }