VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Inequality(VintasoftPadding,VintasoftPadding) Operator
Syntax Requirements SeeAlso
In This Topic
    Inequality(VintasoftPadding,VintasoftPadding) Operator (VintasoftPadding)
    In This Topic
    Tests whether two specified VintasoftPadding objects are not equivalent.
    Syntax
    'Declaration
    
    Public Operator <>( _
    ByVal p1
    The first VintasoftPadding to test.
    As VintasoftPadding, _
    ByVal p2
    The second VintasoftPadding to test.
    As VintasoftPadding _
    ) As Boolean
    public bool operator =(
    VintasoftPadding p1,
    VintasoftPadding p2
    )
    public: bool op_Inequality(
    VintasoftPadding p1,
    VintasoftPadding p2
    )
    public:
    bool operator =(
    VintasoftPadding p1,
    VintasoftPadding p2
    )

    Parameters

    p1
    The first VintasoftPadding to test.
    p2
    The second VintasoftPadding to test.

    Return Value

    true if the two VintasoftPadding objects are not equal; otherwise, false.
    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