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

    Parameters

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

    Return Value

    true if the two PaddingF objects are not equal; otherwise, false.
    Requirements

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

    See Also