operator == abstract method

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

Whether other to another Characters with the same string.

Implementation

@override
bool operator ==(Object other);