isEqual method

bool isEqual(
  1. WriteResult other
)

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);