Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EqualsExact()

bool System.DateTimeOffset.EqualsExact ( DateTimeOffset other)
inline

Definition at line 267 of file DateTimeOffset.cs.

268 {
269 if (ClockDateTime == other.ClockDateTime && Offset == other.Offset)
270 {
271 return ClockDateTime.Kind == other.ClockDateTime.Kind;
272 }
273 return false;
274 }

References System.DateTimeOffset.ClockDateTime, System.Runtime.Serialization.Dictionary, System.DateTimeOffset.Offset, and System.other.