operator == abstract method

  1. @override
bool operator ==(
  1. 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 ==(Object other);