Exemple #1
0
 public override int GetHashCode()
 {
     return(
         PagingParams.GetHashCode() ^
         RecordCount.GetHashCode() ^
         TotalRecordCount.GetHashCode() ^
         FirstRecordNum.GetHashCode() ^
         LastRecordNum.GetHashCode()
         );
 }