ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / HResult Structure / Equals Method / Equals(HResult) Method
The other.

In This Topic
    Equals(HResult) Method
    In This Topic
    Equalses the specified other.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As HResult _
    ) As System.Boolean
    public System.bool Equals( 
       HResult other
    )

    Parameters

    other
    The other.
    See Also