Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ CompareTo
Method
CompareTo
projects/CSharp/Proto/com.chronoxor.proto.cs:567–570 ·
view source on GitHub ↗
(object other)
Source
from the content-addressed store, hash-verified
565
}
566
567
public int CompareTo(object other)
568
{
569
return Value.CompareTo(((State)other).Value);
570
}
571
572
public int CompareTo(State other)
573
{
Callers
5
CompareTo
Method · 0.45
CompareTo
Method · 0.45
CompareTo
Method · 0.45
CompareTo
Method · 0.45
CompareTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected