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.2.419.0 (24.2.419.0)
Syntax public bool IsEquivalent(
ProfileSpeed otherSpeed
)
Public Function IsEquivalent (
otherSpeed As ProfileSpeed
) As Boolean
public:
bool IsEquivalent(
ProfileSpeed^ otherSpeed
)
member IsEquivalent :
otherSpeed : ProfileSpeed -> bool
Parameters
- otherSpeed
- Type: AGI.Foundation.RouteDesignProfileSpeed
The other dynamics to check.
Return Value
Type:
BooleanTrue if the other dynamics has the same target speed and speed reference as this one.
See Also