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

Method Equals

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected