isEqual method

bool isEqual(
  1. DocumentChange other
)

Returns true if the data in this DocumentChange is equal to the provided one.

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

Implementation

external bool isEqual(DocumentChange other);