Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is the difference between “as” and “is” operators in C#? “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.
Related Topics