Compare two instances of NtpTimestamp.

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

Syntax

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

Return Value

Flase if equal; true if not equal.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also