Skip to content

UInt24.LessThan Operator

Definition

Compares two values to determine which is less.

public static bool operator LessThan(UInt24 left, UInt24 right);

View source

Parameters

Name Type Description
left UInt24 The value to compare with right.
right UInt24 The value to compare with left.

Returns

Boolean

true if left is less than right; otherwise, false.