Click or drag to resize

PairTKey, TValueLessThanOrEqual Operator

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator <=(
	Pair<TKey, TValue> left,
	Pair<TKey, TValue> right
)

Parameters

left
Type: Ookii.Jumbo.IOPairTKey, TValue
A PairTKey, TValue or .
right
Type: Ookii.Jumbo.IOPairTKey, TValue
A PairTKey, TValue or .

Return Value

Type: Boolean
if left is less than right; otherwise, .
See Also