public override int GetHashCode() { int hash = GetType().GetHashCode(); hash = (hash * 397) ^ GroupID.GetHashCode(); hash = (hash * 397) ^ EventTypeID.GetHashCode(); return(hash); }
public override int GetHashCode() { return(2039722746 + EventTypeID.GetHashCode()); }