Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / HResult Structure / Equality Operator
The left.
The right.

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

    Parameters

    left
    The left.
    right
    The right.

    Return Value

    The result of the operator.
    See Also