isLibrary method

bool isLibrary(
  1. AFLibraryID lib
)
inherited

Implementation

bool isLibrary(AFLibraryID lib) {
  return library == lib;
}