SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecord → AppRecord IsFieldEqual() Method
Tests for equivalence between the specified field and a value formatted as a string.
Parameter | Type | Description |
---|---|---|
fieldNameOrId |
string integer |
If a non-numeric string, the name of the field to be tested. Otherwise, it is converted to a number and taken as the TS_ID of the field to be tested. |
value |
string |
The value to be compared to. The field's value will be formatted as a string and compared to this value. |
Type | Description |
---|---|
bool |
Returns true if the field is found and is equal; false otherwise. |
SBM ModScript version: 11.3.
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.