Show / Hide Table of Contents

Equality Expression

equality-expression = expression "==" expression

Two strings are equal if they have the same sequence of codepoints. The literal values true, false, and null are equal if left and right have the same literal value. Two JSON objects are equal if they have the same name-value pairs, possibly in different order. Two JSON arrays are equal if they have the same elements in the same order.

  • Improve this Doc
In This Article
Back to top Generated by DocFX