Class Lists
Inherited Members
Namespace: Google.Protobuf.Collections
Assembly: Google.Protobuf.dll
Syntax
public static class Lists
Methods
Equals<T>(List<T>, List<T>)
Declaration
public static bool Equals<T>(List<T> left, List<T> right)
Parameters
Type | Name | Description |
---|---|---|
List<T> | left | |
List<T> | right |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |
GetHashCode<T>(List<T>)
Declaration
public static int GetHashCode<T>(List<T> list)
Parameters
Type | Name | Description |
---|---|---|
List<T> | list |
Returns
Type | Description |
---|---|
int |
Type Parameters
Name | Description |
---|---|
T |