variant_eqv

Example

 mixed variant_eqv ( mixed $left , mixed $right ) 

Description

Performs a bitwise equivalence on two variants.

Return Values

If each bit in left is equal to the corresponding bit in right then TRUE is returned, otherwise FALSE is returned.