ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / InputElement Structure / Inequality Operator

In This Topic
    Inequality Operator (InputElement)
    In This Topic
    Determines if the specified values are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As InputElement, _
       ByVal right As InputElement _
    ) As Boolean
    public bool operator !=( 
       InputElement left,
       InputElement right
    )

    Parameters

    left
    right
    See Also