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
typeTypememberInfoMemberInfo
Fields
MemberInfo
public MemberInfo MemberInfo
Field Value
Type
public readonly Type? Type
Field Value
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
otherMemberHelper.MemberInfoWithTypeAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override readonly bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current instance.
Returns
- bool
true if
objand 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.