Preparing search index...
The search index is not available
prototyped.js - v3.0.5
prototyped.js - v3.0.5
number
equals
Function equals
equals
(
num
:
number
, value
:
unknown
)
:
boolean
Checks if the number is equal to the given value
Example
equals
(
22
,
"22"
);
// false
Parameters
num:
number
value:
unknown
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
prototyped.js -
v3.0.5
array
boolean
date
func
globals
math
number
object
string
digitize
equals
in
Range
is
Number
Generated using
TypeDoc
Checks if the number is equal to the given value
Example