コード例 #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);
 }
コード例 #2
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;
 }