ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / InputElement Structure / Equals Method / Equals(InputElement) Method

In This Topic
    Equals(InputElement) Method
    In This Topic
    Determines whether the specified InputElement is equal to this instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As InputElement _
    ) As System.Boolean
    public System.bool Equals( 
       InputElement other
    )

    Parameters

    other
    See Also