Détail du package

@kingjs/linq.default-equal

kingces9525MIT1.0.8

Default equality operator.

readme

@kingjs/linq.default-equal

Default equal operator used by LINQ functions.

API

function defaultEqual(
  left: any, 
  right: any
): boolean;

Parameters

  • left: The left operand.
  • right: The right operand.

Result

Returns result of comparing the operands using the Javascript == operator.

Install

With npm installed, run

$ npm install @kingjs/link.default-equal

License

MIT

Analytics