Previous Next

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:
Access:
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.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.