public override int GetHashCode() { int hash = 1; if (Startindex != 0) { hash ^= Startindex.GetHashCode(); } if (Endindex != 0) { hash ^= Endindex.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Startindex != 0) { hash ^= Startindex.GetHashCode(); } if (Endindex != 0) { hash ^= Endindex.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }