[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Parser.Location.Before

Before Method

Before(Location)

Determines if the specified location occurs before this location in the text stream.

Declaration
public bool Before(Location otherLocation)
Parameters
Type Name Description
Location otherLocation

The location to compare this location to.

Returns
Type Description
bool

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