 | WeekdayEquals(Weekday) Method |
Determines whether the specified
Weekday object is equal to the current one.
Names are compared case insensitive.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool Equals(
Weekday other
)
Public Function Equals (
other As Weekday
) As Boolean
public:
bool Equals(
Weekday^ other
)
member Equals :
other : Weekday -> bool Parameters
- other Weekday
- The BasicConstant to compare with the current BasicConstant
Return Value
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also