Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [1/3]

override bool System.Transactions.EnlistmentTraceIdentifier.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 29 of file EnlistmentTraceIdentifier.cs.

30 {
32 {
33 return Equals(other);
34 }
35 return false;
36 }
EnlistmentTraceIdentifier(Guid resourceManagerIdentifier, TransactionTraceIdentifier transactionTraceId, int enlistmentIdentifier)
override bool Equals([NotNullWhen(true)] object obj)

References System.Transactions.EnlistmentTraceIdentifier.Equals(), System.obj, and System.other.

Referenced by System.Transactions.EnlistmentTraceIdentifier.Equals(), and System.Transactions.EnlistmentTraceIdentifier.operator==().