FFACETools.FFACE.ChatTools.ChatLine.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns the hash code for the ChatLogEntry
public GetHashCode ( ) : int
return int
                public override int GetHashCode()
                {
                    return (Text.GetHashCode()) & (~(short)Type);
                }
FFACE.ChatTools.ChatLine