Пример #1
0
        public bool Equals(Blake256Hash other)
        {
            if (other == null)
            {
                return(false);
            }

            return(Blake256HashBuffer.Equal(ref _buffer, ref other._buffer));
        }