MCPcopy 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

ContainsMethod · 0.45
ContainsMethod · 0.45
BuildUnionCasesMethod · 0.45
TryGetForyCaseMethod · 0.45
HasForyUnknownCaseMethod · 0.45
GetForyAttributeKindMethod · 0.45
BuildMemberModelMethod · 0.45
ClassifyTypeMethod · 0.45
IsDateTypeMethod · 0.45
IsTimestampTypeMethod · 0.45
IsDurationTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected