VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / Resolution Structure / Inequality(Resolution,Resolution) Operator
Синтаксис Требования Смотрите также
В этом разделе
    Inequality(Resolution,Resolution) Оператор (Resolution)
    В этом разделе
    Compares two Resolution structures. The result specifies whether the values of the Horizontal and Vertical properties of the two Resolution structures are unequal.
    Синтаксис
    'Declaration
    
    Public Operator <>( _
    ByVal left
    A Resolution to compare.
    As Resolution, _
    ByVal right
    A Resolution to compare.
    As Resolution _
    ) As Boolean
    public bool operator =(
    Resolution left,
    Resolution right
    )
    public: bool op_Inequality(
    Resolution left,
    Resolution right
    )
    public:
    bool operator =(
    Resolution left,
    Resolution right
    )

    Parameters

    left
    A Resolution to compare.
    right
    A Resolution to compare.

    Return Value

    True if two Resolution instances are not equal; false if two Resolution instances are equal.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также