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}}.

Categorization

  • Comparisons

Changelog

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

See also: