XPath/XQuery base64Binary-equal function

Summary

Returns true if two xs:base64Binary values contain the same octet sequence.

Operator Mapping

Defines the semantics of the "eq" and "ne" operators when applied to two xs:base64Binary values.

Signature

op:base64Binary-equal(
$value1 as xs:base64Binary,
$value2 as xs:base64Binary
) as xs:boolean

Rules

The function returns true if $value1 and $value2 are of the same length, measured in binary octets, and contain the same octets in the same order. Otherwise, it returns false.