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

In This Topic
    And Method
    In This Topic
    Applies boolean '&&' to booleans and bitwise '&' to numeric.
    Syntax
    'Declaration
     
    Public Shared Function And( _
       ByVal a As Variant, _
       ByVal b As Variant _
    ) As Variant
    public static Variant And( 
       Variant a,
       Variant b
    )

    Parameters

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