Structural equality for FieldType values (TS has no dunder overload for ==, so this replaces Python's Scalar.__eq__/Ref.__eq__/ AnyType.__eq__).
FieldType
==
Scalar.__eq__
Ref.__eq__
AnyType.__eq__
Structural equality for
FieldTypevalues (TS has no dunder overload for==, so this replaces Python'sScalar.__eq__/Ref.__eq__/AnyType.__eq__).