---
title: "What is Difference between Is and As operator.?"  
description: "What is Difference between Is and As operator.?"  
author: "Jonas Stuart"  
published: 2017-02-24  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/23208/what-is-difference-between-is-and-as-operator  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is Difference between Is and As operator.?

**Is operator** is used to check the compatibility of an object with a given type and it returns the result as Boolean as operator.As operator is used for creating of object to a type or a class.

## Answers

### Answer by Jonas Stuart

**Is operator** is used to check the compatibility of an object with a given type and it returns the result as Boolean as operator.As operator is used for creating of object to a type or a class.


---

Original Source: https://www.mindstick.com/interview/23208/what-is-difference-between-is-and-as-operator

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
