C# Class System.Linq.Parallel.WrapperEqualityComparer

Mostra file Open project: lodejard/AllNetCore Class Usage Examples

Public Methods

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

Private Methods

Method Description
WrapperEqualityComparer ( IEqualityComparer comparer ) : System.Collections.Generic

Method Details

Equals() public method

public Equals ( System.Linq.Parallel.Wrapper x, System.Linq.Parallel.Wrapper y ) : bool
x System.Linq.Parallel.Wrapper
y System.Linq.Parallel.Wrapper
return bool

GetHashCode() public method

public GetHashCode ( System.Linq.Parallel.Wrapper x ) : int
x System.Linq.Parallel.Wrapper
return int