mixed variant_eqv ( mixed $left , mixed $right )
Performs a bitwise equivalence on two variants.
If each bit in left is equal to the corresponding bit in right then TRUE is returned, otherwise FALSE is returned.