| WeekdayEquality Operator |
Determines whether two
Weekday objects are equal.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static bool operator ==(
Weekday left,
Weekday right
)
Public Shared Operator = (
left As Weekday,
right As Weekday
) As Boolean
public:
static bool operator ==(
Weekday^ left,
Weekday^ right
)
static let inline (=)
left : Weekday *
right : Weekday : bool
Parameters
- left
- Type: Limilabs.Mail.AppointmentsWeekday
First object to compare. - right
- Type: Limilabs.Mail.AppointmentsWeekday
Second object to compare.
Return Value
Type:
Boolean if the specified objects are equal; otherwise,
.
See Also