Click or drag to resize

StartOfMonthEquals(StartOfMonth) Method

Returns true if other represents the same day in the month as this; false otherwise.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool Equals(
	StartOfMonth other
)

Parameters

other  StartOfMonth
The instance to compare with this instance.

Return Value

Boolean
true if other is equal to this instance; false otherwise.

Implements

IEquatableTEquals(T)
See Also