NtpTimestamp.Inequality Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9448)
Inequality(NtpTimestamp, NtpTimestamp)
Compare two instances of 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 | Flase if equal; true if not equal. |