mikeitsme
mikeitsme
CC#
Created by mikeitsme on 9/16/2023 in #help
❔ Where can I find the implementation of System.Object.ReferenceEquals?
thank you 👍
16 replies
CC#
Created by mikeitsme on 9/16/2023 in #help
❔ Where can I find the implementation of System.Object.ReferenceEquals?
how does .NET runtime know that the identifier objA and the address 0x68FD312 are related?
16 replies
CC#
Created by mikeitsme on 9/16/2023 in #help
❔ Where can I find the implementation of System.Object.ReferenceEquals?
I want to know what is exactly going on. Where is the reference taken from? What does it look like? Etc.
16 replies
CC#
Created by mikeitsme on 9/16/2023 in #help
❔ Where can I find the implementation of System.Object.ReferenceEquals?
Thank you! So it shows the following implementation public static bool ReferenceEquals(object? objA, object? objB) { return objA == objB; } Now that doesn't really explain much, where should I go next?
16 replies