isCompatible method

bool isCompatible(
  1. Measure<D> other
)

Whether this measure is compatible with other.

Implementation

bool isCompatible(Measure<D> other) => unit.isCompatible(other.unit);