isEqual method
Returns true if this WriteResult
is equal to the provided one.
@param other The WriteResult
to compare against.
@return true if this WriteResult
is equal to the provided one.
Implementation
external bool isEqual(WriteResult other);