menu
rohd_hcl
rohd_hcl.dart
FloatingPoint
eq method
eq
dark_mode
light_mode
eq
method
@
override
Logic
eq
(
dynamic
other
)
override
Equal
Implementation
@override Logic eq(dynamic other) => mux(_verifyComparable(other), super.eq(other), Const(0));
rohd_hcl
rohd_hcl
FloatingPoint
eq method
FloatingPoint class