ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Parser Namespace / Span Structure / Equals Method / Equals(Span) Method
The object to compare this object to.

In This Topic
    Equals(Span) Method
    In This Topic
    Determines if the specified Span is equal to this object.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal span As Span _
    ) As Boolean
    public bool Equals( 
       Span span
    )

    Parameters

    span
    The object to compare this object to.

    Return Value

    True if the specified Span is equal to this one.
    See Also