Content Freeze
As of July 25th, 2023, there is a content freeze on this page.
This method is used to determine if the most recent call to file.positionTo() on any file found an exact match.
Return Value
A Boolean value indicating whether/not an exact match was found.
Example
myfile.positionTo(["keyVal1", "keyVal2"]); if (pjs.equal()) doSomething();
RPG Equivalent
%EQUAL()
Requirements
This API requires the Profound.js Connector module.