int x = 30; if (Enumerable.Range(1,100).Contains(x)) //true if (1 <= x && x <= 100) //true