-
Notifications
You must be signed in to change notification settings - Fork 1
struct_type
Hyomoto edited this page Jun 13, 2021
·
2 revisions
Jump To | Go Back |
Arguments |
---|
Returns: [N/A undefined
](N/A undefined
)
Returns true if the provided struct was of the type given. If the provided value was not a struct, false is returned. If the struct inherited from Struct then Type will be checked, otherwise a direct string comparison is used.
Name | Type | Purpose |
---|---|---|
struct | struct |
The struct to compare |
type | [type](type) |
The type to compare it against |
Devon Mullane 2020