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.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.