ITextRow::IsEqual method (tom.h)
Compares two table rows to determine if they have the same properties.
Syntax
HRESULT IsEqual(
[in] ITextRow *pRow,
[out, retval] long *pB
);
Parameters
[in] pRow
Type: ITextRow*
The row to compare to.
[out, retval] pB
Type: long*
The comparison result. The value is set to tomTrue if equal, and tomFalse if not. The value can be NULL.
Return value
Type: HRESULT
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |
DLL | Msftedit.dll |