[This is preliminary documentation and is subject to change.]
Gets whether all digits in the specified number are identical.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- number
- Type: SystemInt64
The number to check.
Return Value
Type: BooleanIf all digits in the specified number are identical, returns true; otherwise, false.
See Also