The validation options
The validation context.
The array of values.
An empty array if valid, an array of indexes otherwise.
Value is valid if it passes the {@link isEqualTo} check.
The validation context.
The object containing the property to validate.
True if the value is equals the target.
Generated using TypeDoc
Decorator that checks if the property is equal to the argument.
Example