public override int GetHashCode() => ByteBufferUtil.HashCode(this);
예제 #2
0
        public int GetHashCode(IByteBuffer obj)
        {
            //if (obj is null) { ThrowHelper.ThrowArgumentNullException(ExceptionArgument.obj); }

            return(ByteBufferUtil.HashCode(obj));
        }