VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / Resolution Structure / Inequality(Resolution,Resolution) Operator
Syntax Requirements SeeAlso
    Inequality(Resolution,Resolution) Operator (Resolution)
    Compares two Resolution structures. The result specifies whether the values of the Horizontal and Vertical properties of the two Resolution structures are unequal.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also