Skip to content

Commit 5ed443d

Browse files
author
Ron Petrusha
authored
Noted Like operator is not supported in .NET Core (dotnet#10639)
* Noted Like operator is not supported in .NET Core * Update docs/visual-basic/language-reference/operators/like-operator.md Co-Authored-By: rpetrusha <ronpet@microsoft.com>
1 parent 10720ba commit 5ed443d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/visual-basic/language-reference/operators/like-operator.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ ms.assetid: 966283ec-80e2-4294-baa8-c75baff804f9
2525
---
2626
# Like Operator (Visual Basic)
2727
Compares a string against a pattern.
28-
28+
29+
> [!IMPORTANT]
30+
> The `Like` operator is currently not supported in .NET Core and .NET Standard projects.
31+
2932
## Syntax
3033

3134
```

0 commit comments

Comments
 (0)