IHTMLTxtRange::isEqualIHTMLTxtRange::isEqual*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTxtRange::inRange
*Next Topic: IHTMLTxtRange::move

IHTMLTxtRange::isEqual


HRESULT isEqual(
    IHTMLTxtRange *Range,
    VARIANT_BOOL *IsEqual 
);

Determines whether the specified range is equal to the current range.

Range
Interface pointer of the range to test.
IsEqual
Address of a variable that receives TRUE if Range is equal to the current range, or FALSE if not.

See also inRange


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.