This is preliminary documentation and is subject to change.

ExtendedDateTimeEquals(ExtendedDateTime) Method

Compares with an ExtendedDateTime for equality

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public bool Equals(
	ExtendedDateTime? other
)

Parameters

other  ExtendedDateTime
The other object

Return Value

Boolean
A bool.

Implements

IEquatableTEquals(T)

See Also