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:115–118 ·
view source on GitHub ↗
(object other)
Source
from the content-addressed store, hash-verified
113
}
114
115
public override bool Equals(object other)
116
{
117
return (other is OrderSide value) && Value.Equals(value.Value);
118
}
119
120
public bool Equals(OrderSide other)
121
{
Callers
nothing calls this directly
Calls
1
Equals
Method · 0.45
Tested by
no test coverage detected