System.ComponentModel.MemberDescriptor.GetHashCode C# (CSharp) Method

GetHashCode() public method

Try to keep this reasonable in [....] with Equals(). Specifically, if A.Equals(B) returns true, A & B should have the same hash code.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return _nameHash;
        }