dspecIfSame method

bool dspecIfSame(
  1. dynamic other
)

Implementation

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