• A

    The like operator compares two numeric values using mathematical equality.

  • B

    The like operator in X++ can use * as a wildcard for one character and ? as a wildcard for zero or more characters.

  • C

    The like operator is evaluated in X++ runtime and always produces the same result across all environments.

  • D

    The like operator returns true if expression1 matches the pattern in expression2, using * for any number of characters and ? for a single character.