C# Class BusinessLogic.Paging.PagedQuery

Datei anzeigen Open project: NemeStats/NemeStats

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( PagedQuery other ) : bool
PagedQuery ( )

Method Details

Equals() protected method

protected Equals ( PagedQuery other ) : bool
other PagedQuery
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PagedQuery() protected method

protected PagedQuery ( )