SortExpression..::..Equals Method (SortExpression)
Indicates whether the current object is equal to another object of the same type.
Namespace:
Tortuga.ChainAssembly: 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.