Click or drag to resize

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
)

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