ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / HResultDescriptor Class / Equals Method / Equals(HResultDescriptor) Method
The HResultDescriptor to compare with this instance.

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

    Parameters

    other
    The HResultDescriptor to compare with this instance.

    Return Value

    true if the specified HResultDescriptor is equal to this instance; otherwise, false.
    See Also