NtpTimestampDifference.Inequality Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9313)
Inequality(NtpTimestampDifference, NtpTimestampDifference)
Compare two instances of NtpTimestampDifference.
Declaration
public static bool operator !=(NtpTimestampDifference a, NtpTimestampDifference b)
Parameters
| Type | Name | Description | 
|---|---|---|
| NtpTimestampDifference | a | |
| NtpTimestampDifference | b | 
Returns
| Type | Description | 
|---|---|
| Boolean | Flase if equal; true if not equal.  |