isEqual method

bool isEqual(
  1. FieldPath other
)

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

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

Implementation

external bool isEqual(FieldPath other);