Table of Contents

Struct MemberHelper.MemberInfoWithType

Namespace
LinqToDB.Expressions
Assembly
linq2db.dll
public struct MemberHelper.MemberInfoWithType : IEquatable<MemberHelper.MemberInfoWithType>
Implements
Inherited Members
Extension Methods

Constructors

MemberInfoWithType(Type?, MemberInfo)

public MemberInfoWithType(Type? type, MemberInfo memberInfo)

Parameters

type Type
memberInfo MemberInfo

Fields

MemberInfo

public MemberInfo MemberInfo

Field Value

MemberInfo

Type

public Type? Type

Field Value

Type

Methods

Equals(MemberInfoWithType)

Indicates whether the current object is equal to another object of the same type.

public readonly bool Equals(MemberHelper.MemberInfoWithType other)

Parameters

other MemberHelper.MemberInfoWithType

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)

Parameters

obj object

Another object to compare to.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override readonly int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.