NtpTimestamp.GreaterThanOrEqual Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
GreaterThanOrEqual(NtpTimestamp, NtpTimestamp)
Indicates whether a specified NtpTimestamp is greater than or equal to another specified NtpTimestamp.
Declaration
public static bool operator >=(NtpTimestamp a, NtpTimestamp b)
Parameters
Type | Name | Description |
---|---|---|
NtpTimestamp | a | An NtpTimestamp. |
NtpTimestamp | b | An NtpTimestamp. |
Returns
Type | Description |
---|---|
Boolean | true if the value of |