Exemplo n.º 1
0
 protected bool Equals(FrequencyMarkForFacultyByCategory other)
 {
     return(string.Equals(FacultyId, other.FacultyId) && string.Equals(Code, other.Code) && string.Equals(CategoryId, other.CategoryId) && Value == other.Value && Count == other.Count);
 }
 protected bool Equals(FrequencyMarkForFacultyByCategory other)
 {
     return string.Equals(FacultyId, other.FacultyId) && string.Equals(Code, other.Code) && string.Equals(CategoryId, other.CategoryId) && Value == other.Value && Count == other.Count;
 }