ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / HResult Structure / Inequality Operator
The left.
The right.

In This Topic
    Inequality Operator (HResult)
    In This Topic
    Implements the operator !=.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As HResult, _
       ByVal right As HResult _
    ) As System.Boolean
    public System.bool operator !=( 
       HResult left,
       HResult right
    )

    Parameters

    left
    The left.
    right
    The right.

    Return Value

    The result of the operator.
    See Also