Click or drag to resize

WeekdayEquals(Object) Method

Determines whether the specified object is equal to the current object. Names are compared case insensitive.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also