/// <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(AnnouncementSetConstraints constraints)
 {
     return ApplicationIDWrap.KeyValue == constraints.ApplicationIDWrap.KeyValue && CreatedUserIDWrap.KeyValue == constraints.CreatedUserIDWrap.KeyValue && GroupIDWrap.KeyValue == constraints.GroupIDWrap.KeyValue;
 }
Exemple #2
0
 /// <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(AnnouncementSetConstraints constraints)
 {
     return(ApplicationIDWrap.KeyValue == constraints.ApplicationIDWrap.KeyValue && CreatedUserIDWrap.KeyValue == constraints.CreatedUserIDWrap.KeyValue && GroupIDWrap.KeyValue == constraints.GroupIDWrap.KeyValue);
 }