FrameworkentityReferenceFunctionsFunction: isEmptyDiff()On this pageFunction: isEmptyDiff() isEmptyDiff<T>(diff): boolean Returns true when the diff contains no changes (nothing added, removed, or modified). Type Parameters T T Parameters diff IEntitySchemaDiff<T> The diff to check. Returns boolean True if the diff is empty.