Int64.IComparisonOperators<Int64,Int64,Boolean>.LessThanOrEqual Operator

Definition

Compares two values to determine which is less or equal.

C#
static bool IComparisonOperators<long,long,bool>.operator <=(long left, long right);

Parameters

left
Int64

The value to compare with right.

right
Int64

The value to compare with left.

Returns

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

Implements

Applies to

Produkt Verzie
.NET 7, 8, 9, 10