HistoryStepBaseEquals Method
Compares data of the current step of history with a given one.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- history step to compare data of current instance of an object with.
Boolean if the data of the both
HistoryStepBase instances are equal,
other wise.