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
TypememberInfo
MemberInfo
Fields
MemberInfo
public MemberInfo MemberInfo
Field Value
Type
public 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
other
MemberHelper.MemberInfoWithTypeAn 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
objectAnother 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.