TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Is operator
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gaurav Kumar Arora (1)
Rajanikant Hawaldar (1)
Gaurav Kumar (1)
Abubackkar Shithik (1)
Yash Soman (1)
Shakti Saxena (1)
Harpreet Singh (1)
Jignesh Trivedi (1)
Vikram Chaudhary (1)
Mahesh Chand (1)
Related resources for Is operator
No resource found
Discussing The "Is" And "As" Operators Of C#
10/6/2023 9:19:06 AM.
The "is" and the "as" operators of C# are used to compare types. This code example shows how to use the is and as operators in the C# to avoid type mismatch exceptions or other typ
Type Checking in C#
9/27/2022 8:36:56 AM.
In this article you will learn about type checking in C#.
Elvis Operator And Range Traversal Of An Array Kotlin
3/19/2020 9:00:50 AM.
In this article, you will learn about elvis operator and range traversal of an array kotlin.
Kotlin - Null Safety
8/11/2019 10:37:01 AM.
Kotlin null safety is used to eliminate the risk of null references in the code. In this article, you will learn about Null Safety in Kotlin.
Elvis To Rescue From "Object Reference Not Set To An Instance Of An Object"
10/22/2015 7:40:41 AM.
The article is about using Elvis operator which is introduced in C# 6.0. It gives an example of how to use it.
Introduction To Type Casting In C#
9/25/2015 4:51:08 AM.
In this article we will learn type casting and converting in C#. Some operators will also be discussed.
Discuss GroupBy Operator in LINQ
5/13/2015 3:34:41 PM.
This article explains the GroupBy operator in LINQ.
Safe Type Cast Using "IS" and "AS" Operators
4/24/2015 1:54:38 AM.
This article describes how to do safe type casting using the “IS” and “AS” operators in C# programming.
Conversion Between Types in C#
3/22/2015 4:15:26 PM.
The article describes the type conversion as well as the compile time and run time errors in C# programming.
Is Operator in C#
2/24/2010 9:28:33 PM.
The Is operator in C# is used to check if a type of an object is compatible with the other type. If type is not compatible, you will also see C# compiler will through an error in Visual Studio IDE.