public void test2() { var obj = new TestInstanceOf(); AssertFalse("obj is not string", IsString(obj)); }