Delen via


Epoch.LessThanOrEqual(Epoch, Epoch) Operator

Definition

Determines whether one specified Epoch object is less than or equal to another specified Epoch object.

public static bool operator <= (System.Fabric.Epoch left, System.Fabric.Epoch right);
static member ( <= ) : System.Fabric.Epoch * System.Fabric.Epoch -> bool
Public Shared Operator <= (left As Epoch, right As Epoch) As Boolean

Parameters

left
Epoch

The left Epoch object to compare.

right
Epoch

The right Epoch object to compare.

Returns

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

Applies to