@kingjs/linq.default-equal
v1.0.8
Published
Default equality operator.
Downloads
33
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-equalLicense
MIT
