operator == abstract method

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

Tests if this color is equivalent to another Color.

Implementation

@override
bool operator ==(Object other);