eq method

Logic eq(
  1. dynamic other
)

Logical equality.

Implementation

Logic eq(dynamic other) => Equals(this, other).out;