abstract fun matches(address: String): Boolean
Checks whether or not the given address matches with the current destination.
address - the address
address
Return true if it matches, false otherwise.
true
false