Determines whether the current DateTimeOffset object represents the same time and has the same offset as a specified DateTimeOffset object.
| C# | Visual Basic |
public bool EqualsExact( DateTimeOffset other )
Public Function EqualsExact ( _ other As DateTimeOffset _ ) As Boolean
- other (DateTimeOffset)
[Missing <param name="other"/> documentation for "M:InTheHand.DateTimeOffset.EqualsExact(InTheHand.DateTimeOffset)"]
[Missing <returns> documentation for "M:InTheHand.DateTimeOffset.EqualsExact(InTheHand.DateTimeOffset)"]