Returns true
if the two arguments are the same boolean value.
xs:boolean
values.op:boolean-equal
( $value1
as xs:boolean
,$value2
as xs:boolean
xs:boolean
The function returns true
if both arguments are true
or if
both arguments are false
. It returns false
if one of the
arguments is true
and the other argument is false
.