Google.Protobuf.Collections.Lists public static class Lists Utility to compare if two Lists are the same, and the hash code of a List. Documentation Code 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.