using System; public class Foo { } class X { static bool Test (object o) { return o is Foo ? true : false; } public static void Main () { } }