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

DictEquals(IDictionary<string, ISet<string>>, IDictionary<string, ISet<string>>)

Declaration
public static bool DictEquals(IDictionary<string, ISet<string>> a, IDictionary<string, ISet<string>> b)
Parameters
Type Name Description
IDictionary<string, ISet<string>> a
IDictionary<string, ISet<string>> b
Returns
Type Description
bool

DictEquals(IDictionary<string, string>, IDictionary<string, string>)

Declaration
public static bool DictEquals(IDictionary<string, string> a, IDictionary<string, string> b)
Parameters
Type Name Description
IDictionary<string, string> a
IDictionary<string, string> b
Returns
Type Description
bool

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

SetEquals<T>(ISet<T>, ISet<T>)

Declaration
public static bool SetEquals<T>(ISet<T> a, ISet<T> b)
Parameters
Type Name Description
ISet<T> a
ISet<T> b
Returns
Type Description
bool
Type Parameters
Name Description
T
In this article