Indicates whether the specified object is equal to the current object.

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

Syntax

Visual Basic
Public Overrides Function Equals ( _
	value As Object _
) As Boolean
C#
public override bool Equals(
	Object value
)

Parameters

value
Type: System..::..Object
An object to compare with this instance.

Return Value

true if value is a NtpTimestampDifference that represents the same time difference as this instance; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also