isEqual method

bool isEqual(
  1. SnapshotMetadata other
)

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

Implementation

external bool isEqual(SnapshotMetadata other);