Equals( ) methodCompares 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)
Equals ( INPUT OtherObj AS Progress.Lang.Object )
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |