isFingerprint property
Checks whether the current instance is a fingerprint AAID.
Returns: true if the current instance is a fingerprint AAID, false otherwise.
Implementation
bool get isFingerprint {
return this == Aaid.fingerprint.rawValue;
}
Checks whether the current instance is a fingerprint AAID.
Returns: true if the current instance is a fingerprint AAID, false otherwise.
bool get isFingerprint {
return this == Aaid.fingerprint.rawValue;
}