ActiveReports 12
Xor Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Xor Method
The first operand.
The second operand.
Applies boolean '!=' to booleans and bitwise '^' to numeric.
Syntax
'Declaration
 
Public Shared Function Xor( _
   ByVal a As Variant, _
   ByVal b As Variant _
) As Variant
public static Variant Xor( 
   Variant a,
   Variant b
)

Parameters

a
The first operand.
b
The second operand.
See Also

Reference

Variant Structure
Variant Members