Ejemplo n.º 1
0
 public bool IsSame(ProjectMembership other)
 {
     return (other.MemberUId == MemberUId && other.ProjectUId == ProjectUId && other.RoleUId == RoleUId);
 }
Ejemplo n.º 2
0
 public bool IsSame(ProjectMembership other)
 {
     return(other.MemberUId == MemberUId && other.ProjectUId == ProjectUId && other.RoleUId == RoleUId);
 }