Click or drag to resize

Pair<TKey, TValue>.LessThanOrEqual 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.IO.Pair<TKey, TValue>
A Pair<TKey, TValue> or null.
right
Type: Ookii.Jumbo.IO.Pair<TKey, TValue>
A Pair<TKey, TValue> or null.

Return Value

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