Lucee Function Reference
Function OBJECTEQUALS
compares simply and complex objects for equality, attention string comparsion is case sensitive
Example
objectequals(any left,any right):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
left | any | Yes | left operant |
right | any | Yes | right operant |