HistoryStepBaseEquals Method

Compares data of the current step of history with a given one.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
history step to compare data of current instance of an object with.

Return Value

Boolean
Returns if the data of the both HistoryStepBase instances are equal, other wise.

See Also