VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / Resolution Structure / Inequality(Resolution,Resolution) Operator
Syntax Requirements SeeAlso
In This Topic
    Inequality(Resolution,Resolution) Operator (Resolution)
    In This Topic
    Compares two Vintasoft.Imaging.Resolution structures. The result specifies whether the values of the Vintasoft.Imaging.Resolution.Horizontal and Vintasoft.Imaging.Resolution.Vertical properties of the two Vintasoft.Imaging.Resolution structures are unequal.
    Syntax
    'Declaration
    
    Public Operator <>( _
    ByVal left
    A Vintasoft.Imaging.Resolution to compare.
    As Vintasoft.Imaging.Resolution, _
    ByVal right
    A Vintasoft.Imaging.Resolution to compare.
    As Vintasoft.Imaging.Resolution _
    ) As Boolean
    public bool operator =(
    Vintasoft.Imaging.Resolution left,
    Vintasoft.Imaging.Resolution right
    )
    public: bool op_Inequality(
    Vintasoft.Imaging.Resolution left,
    Vintasoft.Imaging.Resolution right
    )
    public:
    bool operator =(
    Vintasoft.Imaging.Resolution left,
    Vintasoft.Imaging.Resolution right
    )

    Parameters

    left
    A Vintasoft.Imaging.Resolution to compare.
    right
    A Vintasoft.Imaging.Resolution to compare.

    Return Value

    True if two Vintasoft.Imaging.Resolution instances are not equal; false if two Vintasoft.Imaging.Resolution instances are equal.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also