C# Class System.Linq.Parallel.WrapperEqualityComparer

Afficher le fichier Open project: lodejard/AllNetCore Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System.Linq.Parallel.Wrapper x, System.Linq.Parallel.Wrapper y ) : bool
GetHashCode ( System.Linq.Parallel.Wrapper x ) : int

Private Methods

Méthode Description
WrapperEqualityComparer ( IEqualityComparer comparer ) : System.Collections.Generic

Method Details

Equals() public méthode

public Equals ( System.Linq.Parallel.Wrapper x, System.Linq.Parallel.Wrapper y ) : bool
x System.Linq.Parallel.Wrapper
y System.Linq.Parallel.Wrapper
Résultat bool

GetHashCode() public méthode

public GetHashCode ( System.Linq.Parallel.Wrapper x ) : int
x System.Linq.Parallel.Wrapper
Résultat int