public override int GetHashCode() { int hash = 1; if (TargetType.Length != 0) { hash ^= TargetType.GetHashCode(); } if (ComparisonOperator != 0) { hash ^= ComparisonOperator.GetHashCode(); } if (TargetComparisonValue != 0) { hash ^= TargetComparisonValue.GetHashCode(); } if (LookForBuffs != false) { hash ^= LookForBuffs.GetHashCode(); } if (ConditionTargetType != 0) { hash ^= ConditionTargetType.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ProfessionNodeId.Length != 0) { hash ^= ProfessionNodeId.GetHashCode(); } if (ProfessionNodeLevel != 0) { hash ^= ProfessionNodeLevel.GetHashCode(); } if (ComparisonOperator != 0) { hash ^= ComparisonOperator.GetHashCode(); } if (ProfessionRankId.Length != 0) { hash ^= ProfessionRankId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ComparisonOperator != 0) { hash ^= ComparisonOperator.GetHashCode(); } if (Qty != 0) { hash ^= Qty.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ComparisonOperator != 0) { hash ^= ComparisonOperator.GetHashCode(); } if (TargetComparisonValue != 0L) { hash ^= TargetComparisonValue.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ItemId.Length != 0) { hash ^= ItemId.GetHashCode(); } if (ComparisonOperator != 0) { hash ^= ComparisonOperator.GetHashCode(); } if (Shards != 0) { hash ^= Shards.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { return((_left.GetHashCode() * 29 + _right.GetHashCode()) * 29 + _op.GetHashCode()); }
public override int GetHashCode() { return(m_retriver.GetHashCode() ^ m_value.GetHashCode() ^ m_operation.GetHashCode()); }