FadingPainterTStateStateEquals Method

Gets whether the specified states are equal.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual bool StateEquals(
	TState prevState,
	TState newState
)

Parameters

prevState  TState
The previous state.
newState  TState
The new state.

Return Value

Boolean
, if states are equal; otherwise, .

See Also