Matches a property by its name.
Overrides Matcher::matches
public function matches($object, $property) { return $property == $this->property; }