confluent-kafka-dotnet
Show / Hide Table of Contents

Class Utils

Inheritance
object
Utils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class Utils

Methods

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
In this article