public override int GetHashCode() { if (HasSimpleValue) { return(SimpleValue.GetHashCode()); } return(Address.GetHashCode()); }
public override int GetHashCode() { int hash = 1; if (simpleValue_ != null) { hash ^= SimpleValue.GetHashCode(); } hash ^= listValue_.GetHashCode(); return(hash); }
public override int GetHashCode() { return(SimpleValue.GetHashCode()); }