ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / Xor Method
The first operand.
The second operand.

In This Topic
    Xor Method
    In This Topic
    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