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

◆ Equals() [2/3]

bool System.Diagnostics.Metrics.ObjectSequence1.Equals ( ObjectSequence1 other)
inline

Definition at line 14 of file ObjectSequence1.cs.

15 {
16 if (Value1 != null)
17 {
18 return Value1.Equals(other.Value1);
19 }
20 return other.Value1 == null;
21 }

References System.other, and System.Diagnostics.Metrics.ObjectSequence1.Value1.

Referenced by System.Diagnostics.Metrics.ObjectSequence1.Equals().