is Operator June 3, 2018 C# 0 Comments The is operator in C# allows you to test if an object can be converted into another object mainly by using casting. The is operator requires two operands, the one that will be tested,…