<PackageReference Include="Google.Protobuf" Version="3.34.2" />

Google.Protobuf.Collections.Lists

public static class Lists
Utility to compare if two Lists are the same, and the hash code of a List.
namespace Google.Protobuf.Collections { public static class Lists { public static bool Equals<T>(List<T> left, List<T> right); public static int GetHashCode<T>(List<T> list); } }