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

◆ Equals() [1/2]

bool System.Collections.Immutable.ImmutableHashSet< T >.HashBucketByRefEqualityComparer.Equals ( HashBucket x,
HashBucket y )
inline

Definition at line 47 of file ImmutableHashSet.cs.

48 {
49 return x.EqualsByRef(y);
50 }

References System.Collections.Immutable.ImmutableHashSet< T >.HashBucket.EqualsByRef().