isEqual method

bool isEqual(
  1. Timestamp other
)

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

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

Implementation

external bool isEqual(Timestamp other);