Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C#
/
Collections
Which property must hold while an object is a Dictionary key?
from Collections
C# 14 / .NET 10
intermediate
1 min
Which property must hold while an object is a Dictionary key?
Data used by equality and hashing must remain stable.
Every key must return a globally unique hash code.
The key must be a reference type.
Equals may disagree with the supplied comparer.
Check
Ask AI about this kata
Report an error
previous kata
Which collection best expresses processing restock requests in arrival order?
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload