VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
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
     

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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