ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / HResultDescriptor Class / Equality Operator
The left.
The right.

In This Topic
    Equality Operator (HResultDescriptor)
    In This Topic
    Implements the operator ==.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal left As HResultDescriptor, _
       ByVal right As HResult _
    ) As System.Boolean
    public System.bool operator ==( 
       HResultDescriptor left,
       HResult right
    )

    Parameters

    left
    The left.
    right
    The right.

    Return Value

    The result of the operator.
    See Also