nl.siegmann.epublib.domain.Author.hashCode C# (CSharp) Method

hashCode() public method

public hashCode ( ) : int
return int
        public int hashCode()
        {
            return StringUtil.hashCode(new string[] { firstname, lastname });
        }