o_Equals Character With Code Point
abstract fun o_EqualsCharacterWithCodePoint(self: AvailObject, aCodePoint: Int): Boolean
Content copied to clipboard
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.
See also
Parameters
self
The receiver.
a Code Point
The code point to be compared to the receiver.