Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLTxtRange Interface / isEqual Method

In This Topic
    isEqual Method (IHTMLTxtRange)
    In This Topic

    isEqual method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function isEqual( _
       ByVal range As IHTMLTxtRange _
    ) As System.Boolean
    System.bool isEqual( 
       IHTMLTxtRange range
    )

    Parameters

    range
    Remarks

    An original IDL definition of isEqual method was the following: HRESULT isEqual (IHTMLTxtRange* range, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also