<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.
public static bool Equals<T>(List<T> left, List<T> right)

Checks if two lists are equal.

public static int GetHashCode<T>(List<T> list)

Gets the list's hash code.