Equals( ) method (Map Collections)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns TRUE if the key objects for a map collection are the same; otherwise returns FALSE.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.Collections.IEqualityComparer<T> interface
Syntax
|
- keyObj1
- The first object to compare.
- keyObj2
- The second object to compare.