CK.Core.ActivityLogGroupConclusion.GetHashCode C# (CSharp) Method

GetHashCode() public method

Computes the hash code.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return Tag.GetHashCode() ^ Text.GetHashCode();
        }