StructKeyExists
Last updated
Was this helpful?
Last updated
Was this helpful?
Tests whether a key exists in a struct and returns a boolean value
struct
struct
true
The struct to test
key
any
true
The key within the struct to test for existence
Result: true
CF11+ calling the keyExists member function on a struct.
Result: true