Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SortExpression..::..Equals Method (SortExpression)

Indicates whether the current object is equal to another object of the same type.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool Equals(
	SortExpression other
)
Public Function Equals ( _
	other As SortExpression _
) As Boolean
public:
bool^ Equals(
	SortExpression^ other
)

Parameters

other
Type: Tortuga.Chain..::..SortExpression
An object to compare with this object.

Return Value

trueTruetruetrue (True in Visual Basic) if the current object is equal to the other parameter; otherwise, falseFalsefalsefalse (False in Visual Basic).