//sorisdk/com.iplateia.afplib/MatchState/isDuplcateLast
isDuplcateLast
[androidJvm]
fun isDuplcateLast(name: String, type: Int): Boolean
Checks if the last match is a duplicate of the given match.
Return
True if the last match is a duplicate, false otherwise.
Parameters
androidJvm
other | The match information to compare with. |