영어로 읽기 편집

다음을 통해 공유


DateOnly.LessThanOrEqual(DateOnly, DateOnly) Operator

Definition

Determines whether one specified DateOnly represents a date that is the same as or earlier than another specified DateOnly.

public static bool operator <=(DateOnly left, DateOnly right);

Parameters

left
DateOnly

The first object to compare.

right
DateOnly

The second object to compare.

Returns

true if left is the same as or earlier than right; otherwise, false.

Applies to

제품 버전
.NET 6, 7, 8, 9, 10