Indicates whether a specified NtpTimestamp is less than
or equal to another specified NtpTimestamp.
Namespace:
Rebex.Net
Assembly:
Rebex.Time (in Rebex.Time.dll)
Syntax
| Visual Basic |
|---|
Public Shared Operator <= ( _ a As NtpTimestamp, _ b As NtpTimestamp _ ) As Boolean |
| C# |
|---|
public static bool operator <=( NtpTimestamp a, NtpTimestamp b ) |
Parameters
- a
- Type: Rebex.Net..::..NtpTimestamp
An NtpTimestamp.
- b
- Type: Rebex.Net..::..NtpTimestamp
An NtpTimestamp.