()
| 150 | } |
| 151 | |
| 152 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| 153 | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
| 154 | public override int GetHashCode() { |
| 155 | int hash = 1; |
| 156 | if (Latitude != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Latitude); |
| 157 | if (Longitude != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Longitude); |
| 158 | if (_unknownFields != null) { |
| 159 | hash ^= _unknownFields.GetHashCode(); |
| 160 | } |
| 161 | return hash; |
| 162 | } |
| 163 | |
| 164 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
| 165 | [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
nothing calls this directly
no test coverage detected