コード例 #1
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(ShortMessageDataBlockSetConstraints constraints)
 {
     return(AttachmentIDWrap.KeyValue == constraints.AttachmentIDWrap.KeyValue);
 }
コード例 #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(ShortMessageDataBlockSetConstraints constraints)
 {
     return AttachmentIDWrap.KeyValue == constraints.AttachmentIDWrap.KeyValue;
 }