BaseEntryLessThan Operator

Returns true if its left-hand operand is less than its right-hand operand, false otherwise.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static bool operator <(
	BaseEntry c1,
	BaseEntry c2
)

Parameters

c1  BaseEntry
Left-hand operand.
c2  BaseEntry
Right-hand operand.

Return Value

Boolean
Comparison result.

Exceptions

See Also