| WeekdayInequality Operator |
Determines whether two
Weekday objects are not 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 not equal; otherwise,
.
See Also