NtpTimestampDifference.Equality Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9313)
Equality(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 | True if equal; false if not equal.  |