o_EqualsCharacterWithCodePoint

open override fun o_EqualsCharacterWithCodePoint(self: AvailObject, 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

self

The receiver.

aCodePoint

The code point to be compared to the receiver.

See also