コード例 #1
0
 public bool Equals(GitBranchTreeData other)
 {
     return(GitBranch.Equals(other.GitBranch));
 }
コード例 #2
0
 public bool Equals(GitBranchTreeData other)
 {
     return(GitBranch.Equals(other.GitBranch) && IsActive == other.IsActive);
 }