/// <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(UserAssocInvitationSetConstraints constraints)
 {
     return(FromUserIDWrap.KeyValue == constraints.FromUserIDWrap.KeyValue && ToUserIDWrap.KeyValue == constraints.ToUserIDWrap.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(UserAssocInvitationSetConstraints constraints)
 {
     return FromUserIDWrap.KeyValue == constraints.FromUserIDWrap.KeyValue && ToUserIDWrap.KeyValue == constraints.ToUserIDWrap.KeyValue;
 }