public override int GetHashCode() { int hash = 1; if (UnTaskId != 0) { hash ^= UnTaskId.GetHashCode(); } if (UnErrorCode != 0) { hash ^= UnErrorCode.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (UnTaskId != 0) { hash ^= UnTaskId.GetHashCode(); } if (UnGuildTaskType != 0) { hash ^= UnGuildTaskType.GetHashCode(); } if (UnCondValueTotal != 0) { hash ^= UnCondValueTotal.GetHashCode(); } if (UnComplete != 0) { hash ^= UnComplete.GetHashCode(); } return(hash); }