Class SequencedCollectionEquatable<T,W>

Prototype for an sequenced equatable for something (T) that implements ISequenced[W] This will use ISequenced[W] specific implementations of the equatable operations
Type parameters:
T
W
Constraints:
T : ISequenced<W>

Implements

IEquatable<T>

Bases

object

Property overview

Default

Method overview

Equals(T collection1, T collection2),
Equals(object obj), Inherited from object,
Finalize(), Inherited from object,
GetHashCode(T collection),
GetHashCode(), Inherited from object,
GetType(), Inherited from object,
MemberwiseClone(), Inherited from object,
ToString(), Inherited from object

Property details

S SequencedCollectionEquatable<T,W> DefaultAccess: Read-Only

Value:

Method details

F bool Equals(T collection1, T collection2) Check if two items are equal with respect to this sequenced equatable
Returns:True if equal
Parameters:
collection1:first collection
collection2:second collection
F int GetHashCode(T collection) Get the hash code with respect to this sequenced equatable
Returns:The hash code
Parameters:
collection:The collection