(object? obj)
| 120 | } |
| 121 | |
| 122 | [Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", error: true)] |
| 123 | [EditorBrowsable(EditorBrowsableState.Never)] |
| 124 | public override bool Equals(object? obj) |
| 125 | { |
| 126 | throw new NotSupportedException($"{nameof(HashCode)}.{nameof(Equals)}() is not supported"); |
| 127 | } |
| 128 | #pragma warning restore CS0809 // Obsolete member overrides non-obsolete member |
| 129 | } |
| 130 | } |
no outgoing calls
no test coverage detected