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

◆ Equals() [2/3]

bool System.Threading.Tasks.Dataflow.DataflowMessageHeader.Equals ( DataflowMessageHeader other)
inline

Definition at line 24 of file DataflowMessageHeader.cs.

25 {
26 return this == other;
27 }

References System.other.