equalsCharacterWithCodePoint

fun A_Character.equalsCharacterWithCodePoint(aCodePoint: Int): Boolean

Answer whether the receiver, an object, is a character with a code point equal to the integer argument.

Return

true if the receiver is a character with a code point equal to the argument, false otherwise.

Parameters

aCodePoint

The code point to be compared to the receiver.