Beispiel #1
0
 /// <summary>
 /// Indicates whether this message is related to the potential target.
 /// </summary>
 /// <param name="potentialTarget">The potential target.</param>
 /// <returns></returns>
 public bool RelatesTo(object potentialTarget)
 {
     return(actionMessage.RelatesTo(potentialTarget));
 }