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