Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ Equals
Method
Equals
projects/CSharp/Proto/com.chronoxor.proto.cs:336–339 ·
view source on GitHub ↗
(object other)
Source
from the content-addressed store, hash-verified
334
}
335
336
public override bool Equals(object other)
337
{
338
return (other is OrderType value) && Value.Equals(value.Value);
339
}
340
341
public bool Equals(OrderType other)
342
{
Callers
nothing calls this directly
Calls
1
Equals
Method · 0.45
Tested by
no test coverage detected