Determines whether the specified Weekday is equal to the current Weekday.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public bool Equals(
	Weekday other
)
Visual Basic
Public Function Equals ( _
	other As Weekday _
) As Boolean
Visual C++
public:
bool Equals(
	Weekday^ other
)

Parameters

other
Type: Limilabs.Mail.Appointments..::..Weekday
The object to compare with the current object.

Return Value

trueTruetruetrue (True in Visual Basic) if the specified object is equal to the current object; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also