Class TableEntryComparer
public class TableEntryComparer : IEqualityComparer<HeaderField>
- Inheritance
-
TableEntryComparer
- Implements
- Inherited Members
Properties
Default
public static TableEntryComparer Default { get; }
Property Value
Methods
Equals(HeaderField, HeaderField)
Determines whether the specified objects are equal.
public bool Equals(HeaderField x, HeaderField y)
Parameters
xHeaderFieldThe first object of type
Tto compare.yHeaderFieldThe second object of type
Tto compare.
Returns
GetHashCode(HeaderField)
Returns a hash code for the specified object.
public int GetHashCode(HeaderField obj)
Parameters
objHeaderFieldThe object for which a hash code is to be returned.
Returns
- int
A hash code for the specified object.
Exceptions
- ArgumentNullException
The type of
objis a reference type andobjis null.