C# Class Fan.Sys.Map.CIEqualityComparer

Inheritance: IEqualityComparer
Show file Open project: xored/f4

Public Methods

Method Description
Equals ( object x, object y ) : bool
GetHashCode ( object obj ) : int

Method Details

Equals() public method

public Equals ( object x, object y ) : bool
x object
y object
return bool

GetHashCode() public method

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