PreviousNextIndex

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

OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex