ColorSettingsSelectedDayEquals Method

Determines whether the ColorSettingsSelectedDay 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 ColorSettingsSelectedDay is equal to the current Object; otherwise, false.

Remarks

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

See Also