Search
Preparing search index...
The search index is not available
@i61/utils-library
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@i61/utils-library
src/function/equal
Module src/function/equal
Index
Functions
default
Functions
default
default
(
left
:
number
, right
:
number
)
:
boolean
equal
(
0.1
-
0.2
, -
0.1
)
// true
description
判断left 与 right 是否相等
Parameters
left:
number
right:
number
Returns
boolean
Modules
src/browser/get
Browser
Info
src/browser/get
Cookie
src/browser/remove
Cookie
src/browser/set
Cookie
src/function/debounce
src/function/download
Func
src/function/equal
src/function/throttle
src/image/get
Img
Size
src/image/load
Image
src/object/filter
Obj
src/object/has
Own
Prop
src/random/random
Color
src/random/random
Num
src/time/format
Pass
Time
src/time/format
Time
src/time/interval
Time
src/url/parse
Query
String
types
default
Generated using
TypeDoc
判断left 与 right 是否相等