wasModifiedAfter method

bool wasModifiedAfter(
  1. KdbxObject other
)

Implementation

bool wasModifiedAfter(KdbxObject other) => times.lastModificationTime
    .get()!
    .isAfter(other.times.lastModificationTime.get()!);