()
| 37 | public override bool Equals(object Other) => this == Other as FString; |
| 38 | |
| 39 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 40 | |
| 41 | public override string ToString() => |
| 42 | FStringImplementation.FString_ToStringImplementation(GarbageCollectionHandle); |
nothing calls this directly
no outgoing calls
no test coverage detected