MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / GetHashCode

Function GetHashCode

Script/UE/CoreUObject/TArray.cs:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 public override bool Equals(object Other) => this == Other as TArray<T>;
39
40 public override int GetHashCode() => (int)GarbageCollectionHandle;
41
42 public IEnumerator<T> GetEnumerator()
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected