isEqual method

bool isEqual(
  1. FieldValue other
)

Returns true if this FieldValue is equal to the provided one.

@param other The FieldValue to compare against. @return true if this FieldValue is equal to the provided one.

Implementation

external bool isEqual(FieldValue other);