Skip to content

FieldDataEquatable

[Source]

Opt-in equality for custom FieldData types used in Field.eq(). Built-in types use explicit match arms. Custom types implement this interface to participate in field equality comparisons.

Implementations must return false when that is a different type to preserve symmetry of Field.eq().

interface val FieldDataEquatable

Public Functions

field_data_eq

[Source]

fun box field_data_eq(
  that: FieldData box)
: Bool val

Parameters

Returns