ColorSettingsHeaderEquals Method

Determines whether the ColorSettingsHeader is equal to the current Object.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
System.Object.Object The Object to compare with the current Object.

Return Value

Boolean
bool true if the ColorSettingsHeader is equal to the current Object; otherwise, false.

Remarks

ColorSettingsHeader is equal to the Object if object is type of ColorSettingsDay ,GradientColors colors and ForeColor are same.

See Also