<PackageReference Include="NUnit" Version="4.3.2" />

NUnit.Framework.Constraints.EqualDateTimeOffsetConstraintWithSameOffset

EqualConstraint is able to compare an actual value with the expected value provided in its constructor. Two objects are considered equal if both are null, or if both have the same value. NUnit has special semantics for some object types.
namespace NUnit.Framework.Constraints { public class EqualDateTimeOffsetConstraintWithSameOffset : Constraint { public EqualDateTimeOffsetConstraintWithSameOffset(DateTimeOffset expected); public ConstraintResult ApplyTo(DateTimeOffset actual); } }