Click or drag to resize

WeekdayEquals(Weekday) Method

Determines whether the specified Weekday object is equal to the current one. Names are compared case insensitive.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public bool Equals(
	Weekday other
)

Parameters

other  Weekday
The BasicConstant to compare with the current BasicConstant

Return Value

Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also