-
A
The
likeoperator compares two numeric values using mathematical equality. -
B
The
likeoperator in X++ can use*as a wildcard for one character and?as a wildcard for zero or more characters. -
C
The
likeoperator is evaluated in X++ runtime and always produces the same result across all environments. -
D
The
likeoperator returns true ifexpression1matches the pattern inexpression2, using*for any number of characters and?for a single character.
Relational operators in X++ Programming Language