示例#1
0
 public static bool DifferentMoteExists(this CompDecorate comp)
 {
     return
         (comp.HasLivingMotes &&
          comp.LivingMotes.Any(
              LM => LM.LabelsNoMatch(comp.CurItem)
              ));
 }