diff --git a/docs/odata-url-conventions/odata-url-conventions.html b/docs/odata-url-conventions/odata-url-conventions.html index 2312a06a..8901fa7f 100644 --- a/docs/odata-url-conventions/odata-url-conventions.html +++ b/docs/odata-url-conventions/odata-url-conventions.html @@ -1153,7 +1153,7 @@
5.1.1.1.1 Equals

The eq operator returns true if the left operand is equal to the right operand, otherwise it returns false.

When applied to operands of entity types, the eq operator returns true if both operands represent the same entity, or both operands represent null.

When applied to operands of complex types, the eq operator returns true if both operands have the same structure and same values, or both operands represent null.

-

When applied to ordered collections, the eq operator returns true if both operands have the same cardinality and each member of the left operand is equal to the corresponding member of the right operand.

+

When applied to ordered collections, the eq operator returns true if both operands have the same cardinality and each member of the left operand is equal to the member of the right operand at the same index.

For services that support comparing unordered collections, the eq operator returns true if both operands are equal after applying the same ordering on both collections.

Each of the special values null, -INF, and INF is equal to itself, and only to itself.

The special value NaN is not equal to anything, even to itself.

diff --git a/docs/odata-url-conventions/odata-url-conventions.md b/docs/odata-url-conventions/odata-url-conventions.md index ddaeb187..b159b5f4 100644 --- a/docs/odata-url-conventions/odata-url-conventions.md +++ b/docs/odata-url-conventions/odata-url-conventions.md @@ -1713,7 +1713,7 @@ operands represent `null`. When applied to ordered collections, the `eq` operator returns `true` if both operands have the same cardinality and each member of the left -operand is equal to the corresponding member of the right operand. +operand is equal to the member of the right operand at the same index. For services that support comparing unordered collections, the `eq` operator returns `true` if both operands are equal after applying the same diff --git a/odata-url-conventions/5 Query Options.md b/odata-url-conventions/5 Query Options.md index 22058ed7..7eb315a9 100644 --- a/odata-url-conventions/5 Query Options.md +++ b/odata-url-conventions/5 Query Options.md @@ -140,7 +140,7 @@ operands represent `null`. When applied to ordered collections, the `eq` operator returns `true` if both operands have the same cardinality and each member of the left -operand is equal to the corresponding member of the right operand. +operand is equal to the member of the right operand at the same index. For services that support comparing unordered collections, the `eq` operator returns `true` if both operands are equal after applying the same