Noda Time
Equals Method (other)
NamespacesNodaTimePeriodEquals(Object)

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

Compares the given object for equality with this one, as per Equals(Period).
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object other
)
Public Overrides Function Equals ( _
	other As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ other
) override
Parameters
other (Object)
The value to compare this one with.
Return Value
true if the other object is a period equal to this one, consistent with Equals(Period)

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