IsInstanceof()
Determines if the object passed in is an instance of the type passed in
Usage
BOOLEAN = IsInstanceof(
p1,
p2
)
Argument | Summary |
---|---|
p1 | cfc or java object |
p2 | object type to check for |