VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingSymbol Structure / Inequality(DrawingSymbol,DrawingSymbol) Operator
Syntax Requirements SeeAlso
In This Topic
    Inequality(DrawingSymbol,DrawingSymbol) Operator (DrawingSymbol)
    In This Topic
    Tests whether two specified DrawingSymbol structs are not equivalent.
    Syntax
    'Declaration
    
    Public Operator <>( _
    ByVal left
    A DrawingSymbol to test.
    As DrawingSymbol, _
    ByVal right
    A DrawingSymbol to test.
    As DrawingSymbol _
    ) As Boolean
    public bool operator =(
    DrawingSymbol left,
    DrawingSymbol right
    )
    public: bool op_Inequality(
    DrawingSymbol left,
    DrawingSymbol right
    )
    public:
    bool operator =(
    DrawingSymbol left,
    DrawingSymbol right
    )

    Parameters

    left
    A DrawingSymbol to test.
    right
    A DrawingSymbol to test.

    Return Value

    True if the two DrawingSymbol objects are different; otherwise, false.
    Requirements

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

    See Also