@kingjs/linq.default-equal

1.0.8 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @kingjs/linq.default-equal

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

2.22 kB

Total Files

4

Last publish

Collaborators

  • kingces95