ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Parser Namespace / Location Structure / Before Method
The location to compare this location to.

In This Topic
    Before Method
    In This Topic
    Determines if the specified location occurs before this location in the text stream.
    Syntax
    'Declaration
     
    Public Function Before( _
       ByVal otherLocation As Location _
    ) As Boolean
    public bool Before( 
       Location otherLocation
    )

    Parameters

    otherLocation
    The location to compare this location to.

    Return Value

    true if the specified location occurs before this location; otherwise, false.
    See Also