Table of Contents

Class TableEntryComparer

Namespace
Fluxzy.Clients.H2.Encoder.Utils
Assembly
Fluxzy.Core.dll
public class TableEntryComparer : IEqualityComparer<HeaderField>
Inheritance
TableEntryComparer
Implements
Inherited Members

Properties

Default

public static TableEntryComparer Default { get; }

Property Value

TableEntryComparer

Methods

Equals(HeaderField, HeaderField)

Determines whether the specified objects are equal.

public bool Equals(HeaderField x, HeaderField y)

Parameters

x HeaderField

The first object of type T to compare.

y HeaderField

The second object of type T to compare.

Returns

bool

true if the specified objects are equal; otherwise, false.

GetHashCode(HeaderField)

Returns a hash code for the specified object.

public int GetHashCode(HeaderField obj)

Parameters

obj HeaderField

The object for which a hash code is to be returned.

Returns

int

A hash code for the specified object.

Exceptions

ArgumentNullException

The type of obj is a reference type and obj is null.