1
Reply

What is the difference between “as” and “is” operators in C#?

Vivek Kumar

Vivek Kumar

Feb 08, 2016
374
0

    “as” operator is used for casting object to type or class.“is” operator is used for checking the object with type and this will return a Boolean value.

    Vivek Kumar
    February 08, 2016
    0