InfoConnect for Unisys VBA Guide
Equals Function (ContextMenu)
The object to compare with the current object.
Determines whether the specified Object is equal to the current Object.
Syntax
object.Equals( _
   ByVal obj As Object _
) As Boolean

Parameters

obj
The object to compare with the current object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.
See Also

 

 


2015 Attachmate

Send Feedback