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
x
HeaderFieldThe first object of type
T
to compare.y
HeaderFieldThe second object of type
T
to compare.
Returns
GetHashCode(HeaderField)
Returns a hash code for the specified object.
public int GetHashCode(HeaderField obj)
Parameters
obj
HeaderFieldThe 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 andobj
is null.