Opc.Ua.NumericRange.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Returns a suitable hash code for the object.
Returns a suitable hash code for the object.
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return m_begin.GetHashCode() + m_end.GetHashCode();
        }