Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

equality

http.request_method.type.equality

Comment of property.equatable.type.equalityequality implements the default equality relation for values of this type.

This relation must be

- reflexive (equality a b),
- symmetric (equality a b = equality b a), and
- transitive ((equality a b && equality b c) : equality a c).

result is true iff 'a' is considered to represent the same abstract value
as 'b'.
0.098dev (GIT hash 24d3437cd83e0dc6a6eb392aaf98ddef3061900e)
last changed: 2026-07-14