operator == abstract method

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

Tests if this pixel has the same values as the given pixel or color.

Implementation

@override
bool operator ==(Object other);