ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataPointer Structure / Inequality Operator
The left.
The right.

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

    Parameters

    left
    The left.
    right
    The right.

    Return Value

    The result of the operator.
    See Also