Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.

  • No labels