ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _AnyTypeExtension Class / _and Method

In This Topic
    _and Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _and( _
       ByVal left As Object, _
       ByVal right As Object _
    ) As Boolean
    public static bool _and( 
       object left,
       object right
    )

    Parameters

    left
    right
    See Also