C# Class System.Collections.CompatibleComparer

Inheritance: IEqualityComparer
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CompatibleComparer

Public Methods

Method Description
Compare ( Object a, Object b ) : int
Equals ( Object a, Object b ) : bool
GetHashCode ( Object obj ) : int

Private Methods

Method Description
CompatibleComparer ( IComparer comparer, IHashCodeProvider hashCodeProvider )

Method Details

Compare() public method

public Compare ( Object a, Object b ) : int
a Object
b Object
return int

Equals() public method

public Equals ( Object a, Object b ) : bool
a Object
b Object
return bool

GetHashCode() public method

public GetHashCode ( Object obj ) : int
obj Object
return int