NtpTimestamp.Equality Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9147)
Equality(NtpTimestamp, NtpTimestamp)
Compare two instances of NtpTimestamp.
Declaration
public static bool operator ==(NtpTimestamp a, NtpTimestamp b)
Parameters
Type | Name | Description |
---|---|---|
Ntp |
a | An Ntp |
Ntp |
b | An Ntp |
Returns
Type | Description |
---|---|
Boolean | True if equal; false if not equal. |