This method checks for an exact match after a call to file.positionTo() on a specific file.
Return Value
A Boolean value indicating whether/not an exact match was found.
Examples
myfile.positionTo(["keyVal1", "keyVal2"]); if (myfile.equal()) doSomething(); |
RPG Equivalent
%EQUAL(file_name)
Requirements
This API requires the Profound.js Connector module.