Table of Contents

Class MemberInfoEqualityComparer

Namespace
LinqToDB.Common
Assembly
linq2db.dll
public class MemberInfoEqualityComparer : IEqualityComparer<MemberInfo>
Inheritance
MemberInfoEqualityComparer
Implements
Extension Methods

Fields

Default

public static readonly MemberInfoEqualityComparer Default

Field Value

MemberInfoEqualityComparer

Methods

Equals(MemberInfo?, MemberInfo?)

Determines whether the specified objects are equal.

public bool Equals(MemberInfo? x, MemberInfo? y)

Parameters

x MemberInfo

The first object of type T to compare.

y MemberInfo

The second object of type T to compare.

Returns

bool

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

GetHashCode(MemberInfo)

Returns a hash code for the specified object.

public int GetHashCode(MemberInfo obj)

Parameters

obj MemberInfo

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.