Performs an equality test between this instance and another instance comparing all fields except for the alias field

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
bool EqualExceptForAlias(
	IAttributePathExpression other
)
Visual Basic (Declaration)
Function EqualExceptForAlias ( _
	other As IAttributePathExpression _
) As Boolean

Parameters

other
Type: Mindscape.LightSpeed.Querying..::.IAttributePathExpression
The other instance to be compared to

Return Value

True if the two instances are equal otherwise False

See Also