Compare two instances of NtpTimestampDifference.

Namespace:  Rebex.Net
Assembly:  Rebex.Time (in Rebex.Time.dll)

Syntax

Visual Basic
Public Shared Operator = ( _
	a As NtpTimestampDifference, _
	b As NtpTimestampDifference _
) As Boolean
C#
public static bool operator ==(
	NtpTimestampDifference a,
	NtpTimestampDifference b
)

Return Value

True if equal; false if not equal.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also