BinarySizeLessThanOrEqual(BinarySize, BinarySize) Operator

Returns a value indicating whether a specified BinarySize is less than or equal to another BinarySize.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public static bool operator <=(
	BinarySize left,
	BinarySize right
)

Parameters

left  BinarySize
The first BinarySize to compare.
right  BinarySize
The second BinarySize to compare.

Return Value

Boolean
if left is less than or equal to right; otherwise, .

Implements

IComparisonOperatorsTSelf, TOther, TResultLessThanOrEqual(TSelf, TOther)

See Also