Tests for equality of this schedule with another schedule.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public override bool Equals(
	Object o
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	o As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System..::.Object
Another schedule.

Return Value

True if both schedules have the same array of iterations and vector of temperatures; otherwise, false.

See Also