(object Other)
| 38 | public static bool operator !=(TScriptInterface<T> A, TScriptInterface<T> B) => !(A == B); |
| 39 | |
| 40 | public override bool Equals(object Other) => this == Other as TScriptInterface<T>; |
| 41 | |
| 42 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected