dspec_if_same method

bool dspec_if_same(
  1. dynamic other
)

Implementation

bool dspec_if_same(other) => DeepCollectionEquality().equals(this, other);