equalsTypeInfoList static method

bool equalsTypeInfoList(
  1. List<TypeInfo> a,
  2. List<TypeInfo> b
)

Returns true if List of TypeInfo a is equals to b.

Implementation

static bool equalsTypeInfoList(List<TypeInfo> a, List<TypeInfo> b) =>
    _listEqualityTypeInfo.equals(a, b);