Equals( ) method Compares the object reference for the current class instance to the specified object reference. If the object references (regardless of type) point to the same object instance, this method returns TRUE. Otherwise, it returns FALSE. Return type: LOGICAL Access: PUBLIC Applies to: Progress.Lang.Object class, System.Object class (from the .NET Framework) Syntax Equals ( INPUT OtherObj AS Progress.Lang.Object ) OtherObj The other object reference with which to compare.
Equals ( INPUT OtherObj AS Progress.Lang.Object )