respect-validation/docs/Equals.md
Henrique Moody 2ab1f11c99
Create "Equivalent" rule
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-06-23 17:38:53 +02:00

460 B

Equals

  • Equals(mixed $compareTo)

Validates if the input is equal to some value.

v::equals('alganet')->validate('alganet'); // true

Message template for this validator includes {{compareTo}}.

Changelog

Version Description
1.0.0 Removed identical checking (see Identical)
0.3.9 Created

See also: