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