Click or drag to resize

ProfileSpeedIsEquivalent Method

Checks whether the other instance is equivalent to this one.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsEquivalent(
	ProfileSpeed otherSpeed
)

Parameters

otherSpeed
Type: AGI.Foundation.RouteDesignProfileSpeed
The other dynamics to check.

Return Value

Type: Boolean
True if the other dynamics has the same target speed and speed reference as this one.
See Also