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.26106.1555
Syntax
public static bool operator !=(
	Weekday left,
	Weekday right
)

Parameters

left  Weekday
First object to compare.
right  Weekday
Second object to compare.

Return Value

Boolean
if the specified objects are not equal; otherwise, .
See Also