Click or drag to resize

WeekdayEquality Operator

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