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

GetHashCode() public method

Returns the hashcode for this object.

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return base.GetHashCode();
        }