/// <summary>
 /// Is it the same as the input one
 /// </summary>
 /// <param name="constraints">The one to be compared with.</param>
 /// <returns></returns>
 public bool IsTheSameAs(UsersRoleHistorySetConstraints constraints)
 {
     return(OperatorIDWrap.KeyValue == constraints.OperatorIDWrap.KeyValue && RoleIDWrap.KeyValue == constraints.RoleIDWrap.KeyValue && UserIDWrap.KeyValue == constraints.UserIDWrap.KeyValue);
 }
 /// <summary>
 /// Is it the same as the input one
 /// </summary>
 /// <param name="constraints">The one to be compared with.</param>
 /// <returns></returns>
 public bool IsTheSameAs(UsersRoleHistorySetConstraints constraints)
 {
     return OperatorIDWrap.KeyValue == constraints.OperatorIDWrap.KeyValue && RoleIDWrap.KeyValue == constraints.RoleIDWrap.KeyValue && UserIDWrap.KeyValue == constraints.UserIDWrap.KeyValue;
 }