What is the C# equivalent to Java’s isInstance()? January 16, 2023 by Tarik bool result = (obj is MyClass); // Better than using 'as'