Opc.Ua.NumericRange.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns a suitable hash code for the object.
Returns a suitable hash code for the object.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return m_begin.GetHashCode() + m_end.GetHashCode();
        }