ActiveReports 12
BitXorObj Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > ObjectType Class : BitXorObj Method
Required. Any Boolean or numeric expression.
Required. Any Boolean or numeric expression.
Performs an Xor operation.
Syntax
'Declaration
 
Public Shared Function BitXorObj( _
   ByVal obj1 As Object, _
   ByVal obj2 As Object _
) As Object
public static object BitXorObj( 
   object obj1,
   object obj2
)

Parameters

obj1
Required. Any Boolean or numeric expression.
obj2
Required. Any Boolean or numeric expression.

Return Value

A numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator (Visual Basic).
See Also

Reference

ObjectType Class
ObjectType Members