wasMovedAfter method

bool wasMovedAfter(
  1. KdbxObject other
)

Implementation

bool wasMovedAfter(KdbxObject other) =>
    times.locationChanged.get()!.isAfter(other.times.locationChanged.get()!);