[This is preliminary documentation and is subject to change.]
Returns an equality comparer which compares periods by first normalizing them - so 24 hours is deemed equal to 1 day, and so on.
Note that as per the Normalize()()()() method, years and months are unchanged by normalization - so 12 months does not
equal 1 year.

C# | Visual Basic | Visual C++ |
public static IEqualityComparer<Period> NormalizingEqualityComparer { get; }
Public Shared ReadOnly Property NormalizingEqualityComparer As IEqualityComparer(Of Period) Get
public: static property IEqualityComparer<Period^>^ NormalizingEqualityComparer { IEqualityComparer<Period^>^ get (); }
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)