Description
Checks whether the BaseObject has the NonBaseObject's phone number saved in its contact list.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity to check whether it has the phone number |
| CompareType | Equal (has the number) / NotEqual (does not have the number) |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self knows Target's number | Self | HasPhoneNumber | Equal |
| Check if Self does not know Target's number | Self | HasPhoneNumber | NotEqual |
| Check if Target knows Self's number | Target | HasPhoneNumber | Equal |