Noda Time
Equals Method (other)
NamespacesNodaTimeOffsetEquals(Offset)

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

Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Offset other
)
Public Function Equals ( _
	other As Offset _
) As Boolean
public:
virtual bool Equals(
	Offset other
) sealed
Parameters
other (Offset)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.

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