You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn more about: FS0067: This type test or downcast will always hold"
3
+
title: "Compiler error FS0067"
4
+
ms.date: 9/10/2025
5
+
f1_keywords:
6
+
- "FS0067"
7
+
helpviewer_keywords:
8
+
- "FS0067"
9
+
---
10
+
11
+
# FS0067: This type test or downcast will always hold
12
+
13
+
This message is given when attempting to perform a type test ([:?](../match-expressions.md)) or downcast ([:?>](../casting-and-conversions.md#downcasting)) that will always succeed based on the types involved, making the operation unnecessary.
0 commit comments