'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 this location, otherwise false.