Select Case on identity (reference equality)
Open
Approved-in-Principle
Proposal
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Today you can do a `Select Case` on value equality. There have been requests to extend this to support reference equality too:
```
Select Case obj
Case Is objA
Case Is objB
Case IsNot Nothing
Case Is Nothing
End Select
```
This seems like a reasonable extension of the language and customers have requested it before.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.