Compare that both legs are the same based on their ids.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool CompareIds(
	Leg l
)
Visual Basic
Public Function CompareIds ( _
	l As Leg _
) As Boolean
Visual C++
public:
bool CompareIds(
	Leg^ l
)

Parameters

l
Type: FlightPlan..::..Leg
A Leg.

Return Value

True if they are the same, false otherwise.

See Also