예제 #1
0
 public bool IsSame(ProjectMembership other)
 {
     return (other.MemberUId == MemberUId && other.ProjectUId == ProjectUId && other.RoleUId == RoleUId);
 }
예제 #2
0
 public bool IsSame(ProjectMembership other)
 {
     return(other.MemberUId == MemberUId && other.ProjectUId == ProjectUId && other.RoleUId == RoleUId);
 }