Feedback
Add String.IsInterned for intern-pool identity checks
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/422-objectequals-isinterned-possibly-ability-to-seal-methods-classes
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add String.IsInterned() so ObjoBasic code can determine whether a string instance is the exact object stored in the runtime intern pool. This complements String.Intern() and helps developers reason about string identity and memory reuse.