BinarySizeLessThan(BinarySize, BinarySize) Operator
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
public static bool operator <(
BinarySize left,
BinarySize right
)
Public Shared Operator < (
left As BinarySize,
right As BinarySize
) As Boolean
public:
static bool operator <(
BinarySize left,
BinarySize right
)
static let inline (<)
left : BinarySize *
right : BinarySize : bool
- left BinarySize
- The first BinarySize to compare.
- right BinarySize
- The second BinarySize to compare.
Boolean if
left is less than
right;
otherwise,
.
IComparisonOperatorsTSelf, TOther, TResultLessThan(TSelf, TOther)