operator == abstract method

  1. @override
bool operator ==(
  1. Object other
)
override

Compares this currency to another for equality based on currency code.

Implementation

@override
bool operator ==(Object other);