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

In This Topic
    _equalsWith Method (_DataValueTypeExtension)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _equalsWith( _
       ByVal a As DataValueType, _
       ByVal b As DataValueType _
    ) As Boolean
    public static bool _equalsWith( 
       DataValueType a,
       DataValueType b
    )

    Parameters

    a
    b
    See Also