Extended the hash match option, that the fields can be hashed by adding only the field name.
Example: Snapshot.Match(testImage, options => options.HashField("**.Data")) --> all fields with name "Data" will be hashed.
In Addition, a refactoring of the match operators has been done.
Extended the hash match option, that the fields can be hashed by adding only the field name. Example:
Snapshot.Match(testImage, options => options.HashField("**.Data"))
--> all fields with name "Data" will be hashed.In Addition, a refactoring of the match operators has been done.