UniversalMarkdown.Parse.MarkdownBlock.GetHashCode C# (CSharp) Method

GetHashCode() public method

Serves as the default hash function.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return base.GetHashCode() ^ Type.GetHashCode();
        }