| WeekdayEquals Method (Weekday) |
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.23341.1754
Syntax public bool Equals(
Weekday other
)
Public Function Equals (
other As Weekday
) As Boolean
public:
bool Equals(
Weekday^ other
)
member Equals :
other : Weekday -> bool
Parameters
- other
- Type: Limilabs.Mail.AppointmentsWeekday
The BasicConstant to compare with the current BasicConstant
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also