Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Method returns true if the _password is equal to _realPassword; else false.
Syntax
client server public static boolean staffIsPasswordValid(RetailStaffPassword _password, RetailStaffPassword _realPassword)
Run On
Called
Parameters
- _password
Type: RetailStaffPassword Extended Data Type
RetailStaffPassword
- _realPassword
Type: RetailStaffPassword Extended Data Type
RetailStaffPassword
Return Value
Type: boolean
true if the _password is equal to _realPassword; else false.