Class Utils
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class UtilsMethods
IEnumerableHashCode<T>(IEnumerable<T>)
Declaration
public static int IEnumerableHashCode<T>(IEnumerable<T> items)Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | items |
Returns
| Type | Description |
|---|---|
| int |
Type Parameters
| Name | Description |
|---|---|
| T |
ListEquals<T>(IList<T>, IList<T>)
Declaration
public static bool ListEquals<T>(IList<T> a, IList<T> b)Parameters
| Type | Name | Description |
|---|---|---|
| IList<T> | a | |
| IList<T> | b |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |