freeCodeCamp/guide/chinese/csharp/is/index.md

11 lines
273 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: is
localeTitle: 是
---
## 是
`is`关键字检查对象是否与给定类型兼容或者从C7开始针对模式测试表达式。
#### 更多信息:
* [C参考](https://docs.microsoft.com/dotnet/csharp/language-reference/keywords/is)