Mindscape LightSpeed - User Reference & API Documentation
GreaterThanOrEqual Operator
API ReferenceMindscape.LightSpeed.QueryingPathExpressionGreaterThanOrEqual(PathExpression, Object)
The greater than or equal to (>=) operator.
Declaration Syntax
C#Visual Basic
public static QueryExpression operator >=(
	PathExpression pathExpression,
	Object value
)
Public Shared Operator >= ( _
	pathExpression As PathExpression, _
	value As Object _
) As QueryExpression
Parameters
pathExpression (PathExpression)
The path expression to evaulate as the source.
value (Object)
The value to evaulate against.
Return Value
An QueryExpression using the greater than or equal to operator.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)