Returns true if and only if the value of $arg1
is equal to the value of
$arg2
.
op:numeric-equal
( $arg1
as xs:numeric
,$arg2
as xs:numeric
xs:boolean
General rules: see and .
For xs:float
and xs:double
values, positive zero and negative
zero compare equal. INF
equals INF
, and -INF
equals -INF
. NaN
does not equal itself.