Vivek Kumar
What is the difference between “as” and “is” operators in C#?
By Vivek Kumar in C# on Feb 08 2016
  • Vivek Kumar
    Feb, 2016 8

    “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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS