menu
jetleaf_lang package
documentation
lang.dart
NumExtensions
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
num
other
)
Case equality check.
Parameters
other
: The value to compare
Returns
true
if this value equals the other value
false
otherwise
Implementation
bool equals(num other) => this == other;
jetleaf_lang package
documentation
lang
NumExtensions
equals method
NumExtensions extension on
num