Ejemplo n.º 1
0
 public bool IsSent(TUnit other)
 {
     if (other == null)
     {
         return(false);
     }
     if (SelfBaseUnit == other)
     {
         return(false);
     }
     return(Sents.Contains(other));
 }