Noda Time
Equals Method (other)
NamespacesNodaTimeInstantEquals(Instant)

[This is preliminary documentation and is subject to change.]

Indicates whether the value of this instant is equal to the value of the specified instant.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Instant other
)
Public Function Equals ( _
	other As Instant _
) As Boolean
public:
virtual bool Equals(
	Instant other
) sealed
Parameters
other (Instant)
The value to compare with this instance.
Return Value
true if the value of this instant is equal to the value of the other parameter; otherwise, false.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)