Equals( ) method (Map Collections)
- Last Updated: March 15, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.