Help Center

CTextRow.IsEqualmethod

Compares two table rows to determine if they have the same properties.

Windowsmethoddocumented

Syntax

FUNCTION IsEqual (BYVAL pRow AS ITextRow PTR) AS LONG

Parameters

NameDescription
pRowThe 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