public bool Equals(GitBranchTreeData other) { return(GitBranch.Equals(other.GitBranch)); }
public bool Equals(GitBranchTreeData other) { return(GitBranch.Equals(other.GitBranch) && IsActive == other.IsActive); }