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

◆ Equals() [2/3]

bool System.Reflection.Metadata.BlobHandle.Equals ( BlobHandle other)
inline

Definition at line 85 of file BlobHandle.cs.

86 {
87 return _value == other._value;
88 }

References System.Reflection.Metadata.BlobHandle._value, and System.other.