A generic list with a working Equals.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public class EquatableList<T> : List<T>

Type Parameters

T
The type of items to keep in the list.

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(T>)>)
    BioSharp.Core.Utils..::.EquatableList<(Of <(T>)>)

See Also