ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTThickness Structure / Inequality Operator
The first structure to compare.
The other structure to compare.




In This Topic
    Inequality Operator (ImGearARTThickness)
    In This Topic
    Compares two ImGearARTThickness structures for inequality.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal t1 As ImGearARTThickness, _
       ByVal t2 As ImGearARTThickness _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       ImGearARTThickness t1,
       ImGearARTThickness t2
    )
    public: bool op_Inequality( 
       ImGearARTThickness t1,
       ImGearARTThickness t2
    )
    public:
    bool operator !=( 
       ImGearARTThickness t1,
       ImGearARTThickness t2
    )

    Parameters

    t1
    The first structure to compare.
    t2
    The other structure to compare.

    Return Value

    Returns true if the two instances of ImGearARTThickness are not equal; otherwise, false.
    See Also