operator == abstract method Null safety
- Object other
override
Returns true
if and only if other
is an int or IntX equal in
value to this integer.
Implementation
@override
bool operator ==(other);
Returns true
if and only if other
is an int or IntX equal in
value to this integer.
@override
bool operator ==(other);