Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ Equals
Method
Equals
csharp/src/Fory/Union.cs:53–56 ·
view source on GitHub ↗
(Union? other)
Source
from the content-addressed store, hash-verified
51
}
52
53
public bool Equals(Union? other)
54
{
55
return other is not null && Index == other.Index && Equals(Value, other.Value);
56
}
57
58
public override bool Equals(object? obj)
59
{
Callers
13
Contains
Method · 0.45
Contains
Method · 0.45
BuildUnionCases
Method · 0.45
TryGetForyCase
Method · 0.45
HasForyUnknownCase
Method · 0.45
HasUnknownCaseValueProperty
Method · 0.45
GetForyAttributeKind
Method · 0.45
BuildMemberModel
Method · 0.45
ClassifyType
Method · 0.45
IsDateType
Method · 0.45
IsTimestampType
Method · 0.45
IsDurationType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected