isEqual method

bool isEqual(
  1. Query other
)

Returns true if this Query is equal to the provided one.

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

Implementation

external bool isEqual(Query other);