UBinarySizeLessThanOrEqual(UBinarySize, UBinarySize) Operator
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public static bool operator <=(
UBinarySize left,
UBinarySize right
)
Public Shared Operator <= (
left As UBinarySize,
right As UBinarySize
) As Boolean
public:
static bool operator <=(
UBinarySize left,
UBinarySize right
)
static let inline (<=)
left : UBinarySize *
right : UBinarySize : bool
- left UBinarySize
- The first UBinarySize to compare.
- right UBinarySize
- The second UBinarySize to compare.
Boolean if
left is less than or equal to
right; otherwise,
.
IComparisonOperatorsTSelf, TOther, TResultLessThanOrEqual(TSelf, TOther)