()
| 35 | public override bool Equals(object Other) => this == Other as TOptional<T>; |
| 36 | |
| 37 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 38 | |
| 39 | public void Reset() => TOptionalImplementation.TOptional_ResetImplementation(GarbageCollectionHandle); |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected