equals method

bool equals(
  1. dynamic compareValue
)

Implementation

bool equals(dynamic compareValue) {
  return this == compareValue;
}