isEqual method
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);
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.
external bool isEqual(FieldValue other);