Skip to content

Commit 45d105b

Browse files
Merge pull request #274512 from kengaderdus/docs-editor/string-transformations-1715088661
Update string-transformations.md
2 parents 4129343 + 60092cf commit 45d105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/string-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Determines whether a claim value is equal to the input parameter value. Check ou
215215
| ---- | ----------------------- | --------- | ----- |
216216
| InputClaim | inputClaim1 | string | The claim's type, which is to be compared. |
217217
| InputParameter | operator | string | Possible values: `EQUAL` or `NOT EQUAL`. |
218-
| InputParameter | compareTo | string | String comparison, one of the values: Ordinal, OrdinalIgnoreCase. |
218+
| InputParameter | compareTo | string | String comparison, one of the values, that is, the string to which the input claim values must be compared to: Ordinal, OrdinalIgnoreCase. |
219219
| InputParameter | ignoreCase | string | Specifies whether this comparison should ignore the case of the strings being compared. |
220220
| OutputClaim | outputClaim | boolean | The claim that is produced after this claims transformation has been invoked. |
221221

0 commit comments

Comments
 (0)