Click or drag to resize
WordMatchLessThan Operator
Override less than operator

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool operator <(
	WordMatch leftHandSideObject,
	WordMatch rightHandSideObject
)

Parameters

leftHandSideObject
Type: BioWordMatch
LHS object
rightHandSideObject
Type: BioWordMatch
RHS object

Return Value

Type: Boolean
Is LHS == RHS
See Also