CTextRow.IsEqualmethod
Compares two table rows to determine if they have the same properties.
Syntax
FUNCTION IsEqual (BYVAL pRow AS ITextRow PTR) AS LONG
Parameters
| Name | Description | |
|---|---|---|
pRow | The row to compare to. |
Return value
The comparison result: tomTrue if equal, and tomFalse if not.
Description
Compares two table rows to determine if they have the same properties.
Reference
- Defined in AfxNova/CTextRow.inc:582
- Documented in Windows/WIndows Controls/RichEdit/CTextRow Class.md
- Topic: CTextRow Class