Exemplo n.º 1
0
 public bool Equals(UserInvitationData other)
 => UserRegistrationInfo.Equals(other.UserRegistrationInfo) &&
 ChildAgencyRegistrationInfo.Equals(other.ChildAgencyRegistrationInfo) &&
 RoleIds.Equals(other.RoleIds);
 public bool Equals(CreateChildAgencyInvitationRequest other)
 => UserRegistrationInfo.Equals(other.UserRegistrationInfo) && ChildAgencyRegistrationInfo.Equals(other.ChildAgencyRegistrationInfo);