Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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

Code Block
languagejavascript
myfile.positionTo(["keyVal1", "keyVal2"]);
if (pjs.equal())
  doSomething();

RPG Equivalent

%EQUAL()

Requirements

This API requires the Profound.js Connector module.