()
| 39 | public override bool Equals(object Other) => this == Other as FAnsiString; |
| 40 | |
| 41 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 42 | |
| 43 | public override string ToString() => |
| 44 | FAnsiStringImplementation.FAnsiString_ToStringImplementation(GarbageCollectionHandle); |
nothing calls this directly
no outgoing calls
no test coverage detected